python311Packages.policyuniverse: 1.5.1.20230813 -> 1.5.1.20230817

This commit is contained in:
Fabian Affolter 2023-08-17 23:46:53 +02:00
parent 95adce84aa
commit f9a4c63e95

View File

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