Merge pull request #292968 from r-ryantm/auto-update/python311Packages.pyp

python311Packages.pyp: 1.1.0 -> 1.2.0
This commit is contained in:
Nick Cao 2024-03-03 09:55:14 -05:00 committed by GitHub
commit e4951e67cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyp";
version = "1.1.0";
version = "1.2.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "hauntsaninja";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-A1Ip41kxH17BakHEWEuymfa24eBEl5FIHAWL+iZFM4I=";
hash = "sha256-hnEgqWOIVj2ugOhd2aS9IulfkVnrlkhwOtrgH4qQqO8=";
};
nativeBuildInputs = [