Merge pull request #236806 from fabaff/policyuniverse-bump

python311Packages.policyuniverse: 1.5.1.20230526 -> 1.5.1.20230608
This commit is contained in:
Fabian Affolter 2023-06-09 23:07:15 +02:00 committed by GitHub
commit ffc27225e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "policyuniverse"; pname = "policyuniverse";
version = "1.5.1.20230526"; version = "1.5.1.20230608";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-80Q1qkCAD3VwNk0pblPWni3qY/8Dc2YrOLDjPrg/2Os="; hash = "sha256-q0Btbo5jznv3mUXh5SjVU7SmdxFpPkiVe/ZNY+lzUCg=";
}; };
# Tests are not shipped and there are no GitHub tags # Tests are not shipped and there are no GitHub tags