Commit 634ca1e9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 7ed04801
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "alexapy";
  version = "1.27.3";
  version = "1.27.4";
  format = "pyproject";

  disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "keatontaylor";
    repo = "alexapy";
    rev = "refs/tags/v${version}";
    hash = "sha256-uywcJvZRd2ipg6Zh91/IOiesOOU21TZfHeeM0NMwd0Y=";
    hash = "sha256-Z7h6VX4cwcepo0Kxq9GdHv+XFNg/0s/OhJ/iHubhovs=";
  };

  pythonRelaxDeps = [