python311Packages.aiobiketrax: 1.1.0 -> 1.1.1
Diff: https://github.com/basilfx/aiobiketrax/compare/refs/tags/v1.1.0...v1.1.1 Changelog: https://github.com/basilfx/aiobiketrax/blob/v1.1.1/CHANGELOG.md
This commit is contained in:
parent
5bb1f99c48
commit
fa309425fa
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiobiketrax";
|
pname = "aiobiketrax";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
owner = "basilfx";
|
owner = "basilfx";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-qt2/Wf9qolNF83tf2G5xGFJiLTbOWLPbtCnDfIrKvoI=";
|
hash = "sha256-YvPWvdA4BslkOLt3IkzSgUgex8h1CjCOVZC6oxNf3ZA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue