Merge pull request #249393 from fabaff/todoist-api-python-bump

python311Packages.todoist-api-python: 2.1.1 -> 2.1.3
This commit is contained in:
Fabian Affolter 2023-08-16 09:04:23 +02:00 committed by GitHub
commit 5428559ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "todoist-api-python";
version = "2.1.1";
version = "2.1.3";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Doist";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-mBQCC1beBAB+vDV/TrQHQB7cTjjoCDZlqpiYP8IphUA=";
hash = "sha256-Xi3B/Nl5bMbW0lYwrkEbBgFTEl07YkFyN18kN0WyGyw=";
};
patches = [