tqdm: 4.36.1 -> 4.40.2
This commit is contained in:
parent
6746087401
commit
1581bc696a
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tqdm";
|
pname = "tqdm";
|
||||||
version = "4.36.1";
|
version = "4.40.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "abc25d0ce2397d070ef07d8c7e706aede7920da163c64997585d42d3537ece3d";
|
sha256 = "f0ab01cf3ae5673d18f918700c0165e5fad0f26b5ebe4b34f62ead92686b5340";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose coverage glibcLocales flake8 ];
|
checkInputs = [ nose coverage glibcLocales flake8 ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Remove performance testing.
|
# Remove performance testing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user