Unverified Commit b856eb2a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270879 from fabaff/alexapy-bump

python311Packages.alexapy: 1.27.8 -> 1.27.10
parents 52cb1948 5c16c3c4
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.8";
  version = "1.27.10";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "keatontaylor";
    repo = "alexapy";
    rev = "refs/tags/v${version}";
    hash = "sha256-M6cv1l6UpUJ0Wn7Swa7Cv+XsDNbzHLNrTJjU5ePL83Q=";
    hash = "sha256-eoL7q+p0m3YZd7Ub7U8nE3tQGNA2oQXelvN+H01b0BM=";
  };

  pythonRelaxDeps = [