Skip to content

Commit 093d2d9

Browse files
authored
python3Packages.nodriver: 0.45.2 -> 0.46.0 (#407654)
2 parents c72e992 + e39b278 commit 093d2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nodriver/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
buildPythonPackage rec {
1313
pname = "nodriver";
14-
version = "0.45.2";
14+
version = "0.46.0";
1515
pyproject = true;
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-cTg//IxrjVNySKx7ElzDAEZ33xflZG+r75Dzkh76Ifg=";
19+
hash = "sha256-U1EAN4abZ/5xnO42yzUcRZIZccPHTfPDWcDwIxuRw08=";
2020
};
2121

2222
disabled = pythonOlder "3.9";

0 commit comments

Comments
 (0)