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:
commit
093d2d95eb
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue