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:
parent
213d6dd6ac
commit
b844ff1f82
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.4";
|
||||
version = "1.5";
|
||||
pname = "progress";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5e2f9da88ed8236a76fffbee3ceefd259589cf42dfbc2cec2877102189fae58a";
|
||||
sha256 = "0wj3wvdgfmqj44n32wag3mzpp5fjqkkd321x67v1prxvs78yvv39";
|
||||
};
|
||||
|
||||
# tests not packaged with pypi release
|
||||
|
|
Loading…
Reference in a new issue