3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pooch: 1.3.0 -> 1.4.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:30 +02:00
parent e5ac7f9e43
commit 1d137424d6

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pooch";
version = "1.3.0";
version = "1.4.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "30d448e825904e2d763bbbe418831a788813c32f636b21c8d60ee5f474532898";
sha256 = "f827e79ab51b21a8964a4b1ea8972aa4a1079cb9c1ff8e9ec61893eb7dab50cb";
};
propagatedBuildInputs = [ packaging appdirs requests ];