python312Packages.nodriver: 0.41 -> 0.43 (#394867)
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nodriver";
|
||||
version = "0.41";
|
||||
version = "0.43";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-hkR76ogFxSVa4wIX6/mxRzjkuM8dZEC0yD3pxMEcA84=";
|
||||
hash = "sha256-oB8h/xg+2c/SV0oohoKT9Jfj0tY5kI+WJ1o5t4AT0hI=";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
Reference in New Issue
Block a user