Commit 80ad4908 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.alexapy: 1.29.20 -> 1.29.21

parent 89cf1fe7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage (finalAttrs: {
  pname = "alexapy";
  version = "1.29.20";
  version = "1.29.21";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "keatontaylor";
    repo = "alexapy";
    tag = "v${finalAttrs.version}";
    hash = "sha256-CHr1R2zqDlIrN3CN8d0iahi3Ytp0JlVsHY+My5t8WoA=";
    hash = "sha256-8oUgttLAhPSB7uysoObxqu0lYre8Y1qg/8m7NhwPazI=";
  };

  pythonRelaxDeps = [ "aiofiles" ];