Unverified Commit 85863c5d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #333104 from fabaff/aiobiketrax-bump

python312Packages.aiobiketrax: 1.3.0 -> 1.3.1
parents a862d112 1990b25d
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 = ''