forked from mirrors/nixpkgs
python311Packages.aiobiketrax: 0.5.0 -> 1.0.0
Diff: https://github.com/basilfx/aiobiketrax/compare/refs/tags/v0.5.0...v1.0.0 Changelog: https://github.com/basilfx/aiobiketrax/blob/v1.0.0/CHANGELOG.md
This commit is contained in:
parent
3da1e72b08
commit
2ad18c3c7c
|
@ -14,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiobiketrax";
|
||||
version = "0.5.0";
|
||||
version = "1.0.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "basilfx";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-exxpJJA+JnVuehCnWs/ihk/SSPUqV7ODXZxvbmuHe8U=";
|
||||
hash = "sha256-lMgD315movmr+u+8BMaqhb1L46Wf0Ak56VAT2jpg1kM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue