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

python310Packages.policyuniverse: 1.5.0.20220416 -> 1.5.0.20220420

authored by

Fabian Affolter and committed by
GitHub
f9958ce7 3341a1f7

+2 -2
+2 -2
pkgs/development/python-modules/policyuniverse/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "policyuniverse"; 9 - version = "1.5.0.20220416"; 9 + version = "1.5.0.20220420"; 10 10 disabled = pythonOlder "3.7"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-RGXOqhXPsEQR5wcXDWz00J6KcdJOY5ZXSLVXT18wDDk="; 14 + sha256 = "sha256-HWyzwvsn3ikL5cbEPljMHShF2vQEOSP6umk08UZgQsI="; 15 15 }; 16 16 17 17 # Tests are not shipped and there are no GitHub tags