mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python38Packages.progress: 1.5 -> 1.6
This commit is contained in:
parent
0944088287
commit
0a1f5eb555
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.5";
|
||||
version = "1.6";
|
||||
pname = "progress";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0wj3wvdgfmqj44n32wag3mzpp5fjqkkd321x67v1prxvs78yvv39";
|
||||
sha256 = "c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd";
|
||||
};
|
||||
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue