Commit c40cf4b3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.adax-local: 0.1.5 -> 0.2.0

parent 8e3c6df9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "adax-local";
  version = "0.1.5";
  version = "0.2.0";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "Danielhiversen";
    repo = "pyAdaxLocal";
    tag = version;
    hash = "sha256-V3jSBdYDo32oTAGNTvHJi+GSwlL3keSDhXpNpMoCkWs=";
    hash = "sha256-HdhatjlN4oUzBV1cf/PfgOJbEks4KBdw4vH8Y/z6efQ=";
  };

  propagatedBuildInputs = [