python3Packages.todoist: 8.1.2 -> 8.1.3
This commit is contained in:
parent
2c1b539adf
commit
fe4cfcfc19
@ -4,25 +4,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "todoist-python";
|
pname = "todoist-python";
|
||||||
version = "8.1.2";
|
version = "8.1.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "750b2d2300e8590cd56414ab7bbbc8dfcaf8c27102b342398955812176499498";
|
sha256 = "sha256-AFRKA5VRD6jyiguZYP7WOQOWqHq1GjUzbuez0f1070U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# From https://github.com/Doist/todoist-python/pull/80
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/Doist/todoist-python/commit/605443c67a8e2f105071e0da001c9f6f2a89ef19.patch";
|
|
||||||
sha256 = "0ah0s5by783kqlaimsbxz11idz0bhc2428aw9vdjpngmzb7ih1pa";
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/Doist/todoist-python/commit/f2f8e1e5b3ab1674ad9f0dff885702a25d1d18e9.patch";
|
|
||||||
sha256 = "1kp63yk9kj87zvvgfl60m6lxdm5sx3dny4g0s67ap1jbz350wifn";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ] ++ lib.optional (pythonOlder "3.5") typing;
|
propagatedBuildInputs = [ requests ] ++ lib.optional (pythonOlder "3.5") typing;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user