Unverified Commit f4f8df66 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.pyduotecno: 2024.5.1 -> 2024.9.0 (#343342)

parents b629b7a6 cf7a6f79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pyduotecno";
  version = "2024.5.1";
  version = "2024.9.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "Cereal2nd";
    repo = "pyDuotecno";
    rev = "refs/tags/${version}";
    hash = "sha256-huzv7f1Aq/n3cD9S4oXqGQogq7VpPpzAUqkOhiB879A=";
    hash = "sha256-h4OB4V4O645QAPdtO+OtLWffTuA7xlzIveIl+Cyhg3w=";
  };

  build-system = [ setuptools ];