Commit 5a4e5d7b authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.commandparse: 1.1.1 -> 1.1.2

parent 5aeb601d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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