Commit 1990b25d authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 15ae9a17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aiobiketrax";
  version = "1.3.0";
  version = "1.3.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "basilfx";
    repo = "aiobiketrax";
    rev = "refs/tags/v${version}";
    hash = "sha256-6hSSPanagYKZxoyU8mp/1bWRcpJJkhNw3Rh82ogKGr4=";
    hash = "sha256-N0v5SCTf3NkW/TCSTQL9VkrDj7/GXEejJGFCvJY4pIc=";
  };

  postPatch = ''