Skip to content

Commit

Permalink
python: tqdm: 4.46.0 -> 4.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 5, 2020
1 parent 63767fc commit 462aa77
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.46.0";
version = "4.46.1";

src = fetchPypi {
inherit pname version;
sha256 = "4733c4a10d0f2a4d098d801464bdaf5240c7dadd2a7fde4ee93b0a0efd9fb25e";
sha256 = "cd140979c2bebd2311dfb14781d8f19bd5a9debb92dcab9f6ef899c987fcf71f";
};

checkInputs = [ nose coverage glibcLocales flake8 ];
Expand Down

0 comments on commit 462aa77

Please sign in to comment.