python: tqdm: 4.47.0 -> 4.48.0
This commit is contained in:
parent
2f3481f41c
commit
10ac40d4c8
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tqdm";
|
pname = "tqdm";
|
||||||
version = "4.47.0";
|
version = "4.48.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "63ef7a6d3eb39f80d6b36e4867566b3d8e5f1fe3d6cb50c5e9ede2b3198ba7b7";
|
sha256 = "6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose coverage glibcLocales flake8 ];
|
checkInputs = [ nose coverage glibcLocales flake8 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user