summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/commandparse
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-02 02:10:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-02 02:10:08 +0000
commit5a4e5d7b1209fd393624478e0397a5dd0b33ae7d (patch)
treec19f17a27d7e9cef0fbf927777685363b711248f /pkgs/development/python-modules/commandparse
parent5aeb601daec87e5cefb01b68266282d5072aed34 (diff)
python310Packages.commandparse: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs/development/python-modules/commandparse')
-rw-r--r--pkgs/development/python-modules/commandparse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/commandparse/default.nix b/pkgs/development/python-modules/commandparse/default.nix
index 68da870f4e2d..7ac68dd973ef 100644
--- a/pkgs/development/python-modules/commandparse/default.nix
+++ b/pkgs/development/python-modules/commandparse/default.nix
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "commandparse";
- version = "1.1.1";
+ version = "1.1.2";
src = fetchPypi {
inherit pname version;
- sha256 = "06mcxc0vs5qdcywalgyx5zm18z4xcsrg5g0wsqqv5qawkrvmvl53";
+ sha256 = "sha256-S9e90BtS6qMjFtYUmgC0w4IKQP8q1iR2tGqq5l2+n6o=";
};
# tests only distributed upstream source, not PyPi