mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python: progressbar: 2.2 -> 2.3
This commit is contained in:
parent
4f44b42647
commit
57b8d5a12a
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "progressbar";
|
||||
version = "2.2";
|
||||
version = "2.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "dfee5201237ca0e942baa4d451fee8bf8a54065a337fabe7378b8585aeda56a3";
|
||||
sha256 = "b2d38a729785149e65323381d2e6fca0a5e9615a6d8bcf10bfa8adedfc481254";
|
||||
};
|
||||
|
||||
# invalid command 'test'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue