python310Packages.aiobiketrax: 0.2.0 -> 0.2.1

This commit is contained in:
Fabian Affolter 2022-08-26 23:14:11 +02:00 committed by Jonathan Ringer
parent f0e1cf45eb
commit bb2f1ef2e9

View File

@ -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 = [