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

python311Packages.nodeenv: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2024-06-18 03:29:06 +00:00
parent bd8d034e65
commit bea29fda0e

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "nodeenv";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ekalinin";
repo = "nodeenv";
rev = "refs/tags/${version}";
hash = "sha256-85Zr4RbmNeW3JAdtvDblWaPTivWWUJKh+mJbtsGJVO4=";
hash = "sha256-nud8HSfx1ri0UZf25VPCy7swfaSM13u5+HzozK+ikeY=";
};
build-system = [