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

Merge pull request #312783 from r-ryantm/auto-update/python311Packages.pyduotecno

python311Packages.pyduotecno: 2024.5.0 -> 2024.5.1
parents f1f76aad e621565f
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.0";
  version = "2024.5.1";
  pyproject = true;

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

  build-system = [ setuptools ];