Skip to content

Commit

Permalink
python3Packages.tqdm: 4.42.1 -> 4.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 29, 2020
1 parent b0694fb commit 37b91a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tqdm/default.nix
Expand Up @@ -9,11 +9,11 @@

buildPythonPackage rec {
pname = "tqdm";
version = "4.42.1";
version = "4.44.0";

src = fetchPypi {
inherit pname version;
sha256 = "251ee8440dbda126b8dfa8a7c028eb3f13704898caaef7caa699b35e119301e2";
sha256 = "4f882b23c492e7060f50d83af86f163b67e4cfbe35dfe12077e748c56282f438";
};

checkInputs = [ nose coverage glibcLocales flake8 ];
Expand Down

0 comments on commit 37b91a1

Please sign in to comment.