python3Packages.nodriver: 0.46.1 -> 0.47.0 (#425117)

This commit is contained in:
Nick Cao 2025-07-15 13:23:55 -04:00 committed by GitHub
commit bff3829959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "nodriver";
version = "0.46.1";
version = "0.47.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zFyeSwMJJLoIrE+CJ79kJrFF4qQOWun/AFO64Je8440=";
hash = "sha256-X8MRgqTbcl6lb8BCJpopoT5Vorr4Pf3XMKqFHdUmlgg=";
};
disabled = pythonOlder "3.9";