3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.ipwhl: 1.0.0 -> 1.1.0

This commit is contained in:
Nguyễn Gia Phong 2022-05-10 13:22:18 +09:00
parent c777cdf5c5
commit 9a4ea4146e
No known key found for this signature in database
GPG key ID: 27148B2C06A2224B

View file

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "ipwhl";
version = "1.0.0";
version = "1.1.0";
format = "flit";
disabled = pythonOlder "3.6";
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "~cnx";
repo = "ipwhl-utils";
rev = version;
sha256 = "sha256-KstwdmHpn4ypBNpX56NeStqdzy5RElMTW1oR2hCtJ7c=";
sha256 = "sha256-YaIYcoUnbiv9wUOFIzGj2sWGbh7NsqRQcqOR2X6+QZA=";
};
buildInputs = [ ipfs ];