python37Packages.progress: 1.4 -> 1.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-progress/versions
This commit is contained in:
R. RyanTM 2019-03-11 11:45:46 -07:00
parent 213d6dd6ac
commit b844ff1f82

View File

@ -5,12 +5,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.4"; version = "1.5";
pname = "progress"; pname = "progress";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "5e2f9da88ed8236a76fffbee3ceefd259589cf42dfbc2cec2877102189fae58a"; sha256 = "0wj3wvdgfmqj44n32wag3mzpp5fjqkkd321x67v1prxvs78yvv39";
}; };
# tests not packaged with pypi release # tests not packaged with pypi release