Skip to content

Commit

Permalink
python: tqdm: 4.44.0 -> 4.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 21, 2020
1 parent 2940021 commit b8f8b6a
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.44.0";
version = "4.45.0";

src = fetchPypi {
inherit pname version;
sha256 = "4f882b23c492e7060f50d83af86f163b67e4cfbe35dfe12077e748c56282f438";
sha256 = "00339634a22c10a7a22476ee946bbde2dbe48d042ded784e4d88e0236eca5d81";
};

checkInputs = [ nose coverage glibcLocales flake8 ];
Expand Down

0 comments on commit b8f8b6a

Please sign in to comment.