python3Packages.policyuniverse: 1.4.0.20220110 -> 1.5.0.20220414

This commit is contained in:
Fabian Affolter 2022-04-14 21:07:52 +02:00
parent d08394e7cd
commit dd342c563b

View file

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