python: tqdm: 4.31.1 -> 4.32.1

This commit is contained in:
Frederik Rietdijk 2019-05-30 08:47:55 +02:00
parent 5ae7f5ad37
commit 5bdfb8450d

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "tqdm";
version = "4.31.1";
version = "4.32.1";
src = fetchPypi {
inherit pname version;
sha256 = "e22977e3ebe961f72362f6ddfb9197cc531c9737aaf5f607ef09740c849ecd05";
sha256 = "0a860bf2683fdbb4812fe539a6c22ea3f1777843ea985cb8c3807db448a0f7ab";
};
buildInputs = [ nose coverage glibcLocales flake8 ];