Merge pull request #272111 from r-ryantm/auto-update/python310Packages.policyuniverse

python310Packages.policyuniverse: 1.5.1.20230817 -> 1.5.1.20231109
This commit is contained in:
Fabian Affolter 2023-12-05 08:16:31 +01:00 committed by GitHub
commit f38338ad11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "policyuniverse";
version = "1.5.1.20230817";
version = "1.5.1.20231109";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eSCJYZWvFjIwY18aXO4JWPVgA++MQh+AXsgfE0+ApXw=";
hash = "sha256-dOVtQQVgkVwsUTLjYbATDkv/4xKi9FIw6sUNfAlLxAo=";
};
# Tests are not shipped and there are no GitHub tags