nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #137995 from r-ryantm/auto-update/python3.8-progressbar2

authored by

Sandro and committed by
GitHub
218779c5 cf15afd8

+2 -2
+2 -2
pkgs/development/python-modules/progressbar2/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "progressbar2"; 10 - version = "3.53.2"; 10 + version = "3.53.3"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "8c150baaa33448c1e34a2cafa5108285d96f2c877bdf64fcbd77f26cb135435d"; 14 + sha256 = "f4e1c2d48e608850c59f793d6e74ccdebbcbaac7ffe917d45e9646ec0d664d6d"; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ python-utils ];