python310Packages.commandparse: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2023-08-02 02:10:08 +00:00
parent 5aeb601dae
commit 5a4e5d7b12
@@ -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