Merge pull request #320679 from r-ryantm/auto-update/python311Packages.nodeenv

python311Packages.nodeenv: 1.9.0 -> 1.9.1
This commit is contained in:
OTABI Tomoya 2024-06-18 22:04:33 +09:00 committed by GitHub
commit cce48c5bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [