python310Packages.progressbar2: 4.1.1 -> 4.2.0

This commit is contained in:
R. Ryantm 2022-10-30 05:33:45 +00:00
parent e6e6bad81b
commit c2e1495fd7

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "progressbar2";
version = "4.1.1";
version = "4.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Y5odWSJ4RIg5kwvf/SQrTU6pzgyeZWrqgQKCwtNrwSE=";
sha256 = "sha256-E5OSL8tkWYlErUV1afvrSzrBie9Qta25zvMoTofjlM4=";
};
propagatedBuildInputs = [ python-utils ];