We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a08d38e + a2ed332 commit 909e216Copy full SHA for 909e216
1 file changed
pkgs/development/python-modules/cli-helpers/default.nix
@@ -11,13 +11,13 @@
11
12
buildPythonPackage rec {
13
pname = "cli-helpers";
14
- version = "2.7.0";
+ version = "2.9.0";
15
format = "setuptools";
16
17
src = fetchPypi {
18
pname = "cli_helpers";
19
inherit version;
20
- hash = "sha256-YtEXENvrwvxGAAPeEhVogyXYY2hZBW1oizhBm9QEi8A=";
+ hash = "sha256-qYh0XsQx3a5wf3ON0NE4kLdKAKKqBCjqzX/B4Dsgahc=";
21
};
22
23
propagatedBuildInputs = [
0 commit comments