Skip to content

Commit 1eaa7bc

Browse files
Merge pull request #137283 from r-ryantm/auto-update/python3.8-progressbar2
python38Packages.progressbar2: 3.53.1 -> 3.53.2
2 parents 99666a7 + 895592a commit 1eaa7bc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/progressbar2

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/progressbar2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
buildPythonPackage rec {
99
pname = "progressbar2";
10-
version = "3.53.1";
10+
version = "3.53.2";
1111

1212
src = fetchPypi {
1313
inherit pname version;
14-
sha256 = "ef72be284e7f2b61ac0894b44165926f13f5d995b2bf3cd8a8dedc6224b255a7";
14+
sha256 = "8c150baaa33448c1e34a2cafa5108285d96f2c877bdf64fcbd77f26cb135435d";
1515
};
1616

1717
propagatedBuildInputs = [ python-utils ];

0 commit comments

Comments
 (0)