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

python310Packages.policyuniverse: 1.5.0.20220416 -> 1.5.0.20220420
This commit is contained in:
Fabian Affolter 2022-04-21 08:56:06 +02:00 committed by GitHub
commit f9958ce7a3
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.20220416";
version = "1.5.0.20220420";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-RGXOqhXPsEQR5wcXDWz00J6KcdJOY5ZXSLVXT18wDDk=";
sha256 = "sha256-HWyzwvsn3ikL5cbEPljMHShF2vQEOSP6umk08UZgQsI=";
};
# Tests are not shipped and there are no GitHub tags