Skip to content

Commit 997bd95

Browse files
committed
python3Packages.todoist: 8.1.0 -> 8.1.1
1 parent c22e76e commit 997bd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/todoist/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
buildPythonPackage rec {
55
pname = "todoist-python";
6-
version = "8.1.0";
6+
version = "8.1.1";
77

88
src = fetchPypi {
99
inherit pname version;
10-
sha256 = "0f4d402137f02f415f99acaa9d7ab24016687202dec9a191aee4745a9ce67dc6";
10+
sha256 = "0khipf8v0gqvspq7m67aqv0ql3rdqyqr8qfhbm1szc1z6mygj8ns";
1111
};
1212

1313
propagatedBuildInputs = [ requests ];

0 commit comments

Comments
 (0)