python: tqdm: 4.48.0 -> 4.48.2

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:18 +02:00
parent 54699fba99
commit 326ef9bfdd
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "tqdm"; pname = "tqdm";
version = "4.48.0"; version = "4.48.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29"; sha256 = "564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21";
}; };
checkInputs = [ nose coverage glibcLocales flake8 ]; checkInputs = [ nose coverage glibcLocales flake8 ];