We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22e76e commit 997bd95Copy full SHA for 997bd95
pkgs/development/python-modules/todoist/default.nix
@@ -3,11 +3,11 @@
3
4
buildPythonPackage rec {
5
pname = "todoist-python";
6
- version = "8.1.0";
+ version = "8.1.1";
7
8
src = fetchPypi {
9
inherit pname version;
10
- sha256 = "0f4d402137f02f415f99acaa9d7ab24016687202dec9a191aee4745a9ce67dc6";
+ sha256 = "0khipf8v0gqvspq7m67aqv0ql3rdqyqr8qfhbm1szc1z6mygj8ns";
11
};
12
13
propagatedBuildInputs = [ requests ];
0 commit comments