Unverified Commit 485cbc14 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.pycontrol4: 1.2.0 -> 1.2.1 (#339439)

parents 693d2b92 7d12ce73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pycontrol4";
  version = "1.2.0";
  version = "1.2.1";

  disabled = pythonOlder "3.6";

@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "lawtancool";
    repo = "pyControl4";
    rev = "refs/tags/v${version}";
    hash = "sha256-1gZebYseuEBI0dlXlD72f/uozNuoxHPqVsc8AWJV148=";
    hash = "sha256-0ZuztqHbrd+kMDGv3xyUYoTF/Ho+oHkycjSrKz8JABM=";
  };

  build-system = [ setuptools ];