1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #333104 from fabaff/aiobiketrax-bump

python312Packages.aiobiketrax: 1.3.0 -> 1.3.1
This commit is contained in:
Fabian Affolter 2024-08-08 08:05:24 +02:00 committed by GitHub
commit 85863c5df7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiobiketrax";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "basilfx";
repo = "aiobiketrax";
rev = "refs/tags/v${version}";
hash = "sha256-6hSSPanagYKZxoyU8mp/1bWRcpJJkhNw3Rh82ogKGr4=";
hash = "sha256-N0v5SCTf3NkW/TCSTQL9VkrDj7/GXEejJGFCvJY4pIc=";
};
postPatch = ''