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

python310Packages.policyuniverse: 1.5.1.20230703 -> 1.5.1.20230725
This commit is contained in:
Nick Cao 2023-07-25 19:15:56 -06:00 committed by GitHub
commit b511ac661c
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.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