python311Packages.todoist-api-python: 2.1.1 -> 2.1.3
Diff: https://github.com/Doist/todoist-api-python/compare/refs/tags/v2.1.1...v2.1.3 Changelog: https://github.com/Doist/todoist-api-python/blob/v2.1.3/CHANGELOG.md
This commit is contained in:
parent
83325e7a66
commit
8edfe0f3da
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "todoist-api-python";
|
pname = "todoist-api-python";
|
||||||
version = "2.1.1";
|
version = "2.1.3";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||||
owner = "Doist";
|
owner = "Doist";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-mBQCC1beBAB+vDV/TrQHQB7cTjjoCDZlqpiYP8IphUA=";
|
hash = "sha256-Xi3B/Nl5bMbW0lYwrkEbBgFTEl07YkFyN18kN0WyGyw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue