forked from mirrors/nixpkgs
python3Packages.policyuniverse: 1.4.0.20210816 -> 1.4.0.20210819
This commit is contained in:
parent
ed48b35991
commit
3f2bdc19c1
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "policyuniverse";
|
||||
version = "1.4.0.20210816";
|
||||
version = "1.4.0.20210819";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "05fxn89f6rr5rrp117cnqsfzy1p3nbmq3izq2jqk6kackcr3cl8x";
|
||||
sha256 = "sha256-RBRUR9Rzw3/yd2ZnteEBigDApJPBagpIk5lSGzeGqL4=";
|
||||
};
|
||||
|
||||
# Tests are not shipped and there are no GitHub tags
|
||||
|
|
Loading…
Reference in a new issue