Skip to content

Commit 909e216

Browse files
authored
python3Packages.cli-helpers: 2.7.0 -> 2.9.0 (NixOS#484376)
2 parents a08d38e + a2ed332 commit 909e216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/cli-helpers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildPythonPackage rec {
1313
pname = "cli-helpers";
14-
version = "2.7.0";
14+
version = "2.9.0";
1515
format = "setuptools";
1616

1717
src = fetchPypi {
1818
pname = "cli_helpers";
1919
inherit version;
20-
hash = "sha256-YtEXENvrwvxGAAPeEhVogyXYY2hZBW1oizhBm9QEi8A=";
20+
hash = "sha256-qYh0XsQx3a5wf3ON0NE4kLdKAKKqBCjqzX/B4Dsgahc=";
2121
};
2222

2323
propagatedBuildInputs = [

0 commit comments

Comments
 (0)