python310Packages.policyuniverse: 1.5.1.20230703 -> 1.5.1.20230725

This commit is contained in:
R. Ryantm 2023-07-25 22:24:00 +00:00
parent f8a15a5e26
commit fb231d2fba

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "policyuniverse";
version = "1.5.1.20230703";
version = "1.5.1.20230725";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Wn/ctnvn7SxB79Jlg+Eqsk3y8bHYKMi4+NE4Rr0E4N4=";
hash = "sha256-N0yQSVgSYx2D5wpixBMrxPq8ddKcGr/vfnsGn+Smrac=";
};
# Tests are not shipped and there are no GitHub tags