Commit 2ff88bd8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.alexapy: 1.29.10 -> 1.29.11

parent 0333aacd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "alexapy";
  version = "1.29.10";
  version = "1.29.11";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "keatontaylor";
    repo = "alexapy";
    tag = "v${version}";
    hash = "sha256-XyTnCSaE5yednpsR21cenY7Pl/msn3zJsOYGiSGPflA=";
    hash = "sha256-czg3g1dsHBQbbSeXmLrU28eo66Ph9FYx/q4nyR2BZL4=";
  };

  pythonRelaxDeps = [ "aiofiles" ];