0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python3Packages.nodriver: 0.45.2 -> 0.46.0 (#407654)

This commit is contained in:
Nikolay Korotkiy 2025-05-18 11:57:49 +04:00 committed by GitHub
commit 093d2d95eb
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.45.2";
version = "0.46.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-cTg//IxrjVNySKx7ElzDAEZ33xflZG+r75Dzkh76Ifg=";
hash = "sha256-U1EAN4abZ/5xnO42yzUcRZIZccPHTfPDWcDwIxuRw08=";
};
disabled = pythonOlder "3.9";