Merge pull request #155545 from fabaff/bump-policyuniverse

python3Packages.policyuniverse: 1.4.0.20210819 -> 1.4.0.20220110
This commit is contained in:
Fabian Affolter 2022-01-19 20:04:54 +01:00 committed by GitHub
commit 88e7bfec9f
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.4.0.20210819";
version = "1.4.0.20220110";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-RBRUR9Rzw3/yd2ZnteEBigDApJPBagpIk5lSGzeGqL4=";
sha256 = "sha256-EWuAhVTX6nXvyXtMuQQIVUbbRZNO8xUXXLR1XHpEid4=";
};
# Tests are not shipped and there are no GitHub tags