mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: tqdm: 4.19.4 -> 4.19.5
This commit is contained in:
parent
ee3c58004f
commit
0ef7ac155f
@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tqdm";
|
pname = "tqdm";
|
||||||
version = "4.19.4";
|
version = "4.19.5";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7ca803c2ea268c6bdb541e2dac74a3af23cf4bf7b4132a6a78926d255f8c8df1";
|
sha256 = "df32e6f127dc0ccbc675eadb33f749abbcb8f174c5cb9ec49c0cdb73aa737377";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose coverage glibcLocales flake8 ];
|
buildInputs = [ nose coverage glibcLocales flake8 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user