Commit bb2f1ef2 authored by Fabian Affolter's avatar Fabian Affolter Committed by Jonathan Ringer
Browse files

python310Packages.aiobiketrax: 0.2.0 -> 0.2.1

parent f0e1cf45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aiobiketrax";
  version = "0.2.0";
  version = "0.2.1";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "basilfx";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-zaHetU0ZG3xkYrO6qA4o+NX8V5td/E08tPEohEwMjh0=";
    hash = "sha256-jZBs1h+01Mbwpvy3hg5/DEIU5EPKW4P/iMqp4eb4EpM=";
  };

  nativeBuildInputs = [