Unverified Commit c72d8b90 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python3Packages.python-toolbox: 1.0.11 -> 1.2.8 (#438369)

parents ea708b0a f616d62c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "python-toolbox";
  version = "1.0.11";
  version = "1.2.8";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "cool-RR";
    repo = "python_toolbox";
    tag = version;
    hash = "sha256-Y9RmVndgsBESrUCEORUwAdaFYBiunY3kWArhB9d7bw4=";
    hash = "sha256-jP7umFVyt7myF9SwV8b+shh6ZDwVDCZKlF+6zMkR3+M=";
  };

  build-system = [ setuptools ];