Merge pull request #286784 from r-ryantm/auto-update/python311Packages.stravalib

python311Packages.stravalib: 1.5 -> 1.6
This commit is contained in:
Nikolay Korotkiy 2024-02-06 23:31:18 +04:00 committed by GitHub
commit 4142cd7333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "stravalib";
version = "1.5";
version = "1.6";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,8 +22,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "stravalib";
repo = "stravalib";
rev = "v${version}";
hash = "sha256-EQcLDU9id/DpUZKMI9prCJC9zEK1CuhOtSB4FAWLg/g=";
rev = "refs/tags/v${version}";
hash = "sha256-U+QlSrijvT77/m+yjhFxbcVTQe51J+PR4Kc8N+qG+wI=";
};
postPatch = ''