lol

Merge pull request #172278 from McSinyx/ipwhl-1.1.0

python3Packages.ipwhl: 1.0.0 -> 1.1.0

authored by

Fabian Affolter and committed by
GitHub
375fc464 7215445b

+2 -2
+2 -2
pkgs/development/python-modules/ipwhl/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "ipwhl"; 6 - version = "1.0.0"; 6 + version = "1.1.0"; 7 7 format = "flit"; 8 8 disabled = pythonOlder "3.6"; 9 9 ··· 11 11 owner = "~cnx"; 12 12 repo = "ipwhl-utils"; 13 13 rev = version; 14 - sha256 = "sha256-KstwdmHpn4ypBNpX56NeStqdzy5RElMTW1oR2hCtJ7c="; 14 + sha256 = "sha256-YaIYcoUnbiv9wUOFIzGj2sWGbh7NsqRQcqOR2X6+QZA="; 15 15 }; 16 16 17 17 buildInputs = [ ipfs ];