3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.policyuniverse: 1.5.0.20220420 -> 1.5.0.20220421
This commit is contained in:
Fabian Affolter 2022-04-22 17:01:29 +02:00 committed by GitHub
commit f89af6be21
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.20220420";
version = "1.5.0.20220421";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-HWyzwvsn3ikL5cbEPljMHShF2vQEOSP6umk08UZgQsI=";
sha256 = "sha256-1rY77cIxqVcde+AYE6qfRgZzB8vb3yiQ3Bj+P0o1zFM=";
};
# Tests are not shipped and there are no GitHub tags