Commit fa309425 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 5bb1f99c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "aiobiketrax";
  version = "1.1.0";
  version = "1.1.1";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "basilfx";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-qt2/Wf9qolNF83tf2G5xGFJiLTbOWLPbtCnDfIrKvoI=";
    hash = "sha256-YvPWvdA4BslkOLt3IkzSgUgex8h1CjCOVZC6oxNf3ZA=";
  };

  postPatch = ''