python38Packages.progressbar2: 3.53.1 -> 3.53.2
This commit is contained in:
parent
eac6215607
commit
895592ae3b
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "progressbar2";
|
pname = "progressbar2";
|
||||||
version = "3.53.1";
|
version = "3.53.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ef72be284e7f2b61ac0894b44165926f13f5d995b2bf3cd8a8dedc6224b255a7";
|
sha256 = "8c150baaa33448c1e34a2cafa5108285d96f2c877bdf64fcbd77f26cb135435d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ python-utils ];
|
propagatedBuildInputs = [ python-utils ];
|
||||||
|
|
Loading…
Reference in a new issue