Merge pull request #169027 from r-ryantm/auto-update/python3.10-policyuniverse

python310Packages.policyuniverse: 1.5.0.20220414 -> 1.5.0.20220416
This commit is contained in:
Fabian Affolter 2022-04-17 20:19:54 +02:00 committed by GitHub
commit da8f5dc59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "policyuniverse";
version = "1.5.0.20220414";
version = "1.5.0.20220416";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BtNxU5NdOJfJejN4RpsUJJytWkQxJxbNjnY8hLPb3q0=";
sha256 = "sha256-RGXOqhXPsEQR5wcXDWz00J6KcdJOY5ZXSLVXT18wDDk=";
};
# Tests are not shipped and there are no GitHub tags