Merge pull request #241062 from fabaff/aiobiketrax-bump

python310Packages.aiobiketrax: 1.0.0 -> 1.1.0
This commit is contained in:
Fabian Affolter 2023-07-02 11:26:11 +02:00 committed by GitHub
commit ff5dcea000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiobiketrax";
version = "1.0.0";
version = "1.1.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "basilfx";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-lMgD315movmr+u+8BMaqhb1L46Wf0Ak56VAT2jpg1kM=";
hash = "sha256-qt2/Wf9qolNF83tf2G5xGFJiLTbOWLPbtCnDfIrKvoI=";
};
postPatch = ''