3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.todoist: 8.1.0 -> 8.1.1

This commit is contained in:
Maximilian Bosch 2019-11-07 00:37:10 +01:00
parent c22e76e450
commit 997bd95b3b
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "todoist-python";
version = "8.1.0";
version = "8.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "0f4d402137f02f415f99acaa9d7ab24016687202dec9a191aee4745a9ce67dc6";
sha256 = "0khipf8v0gqvspq7m67aqv0ql3rdqyqr8qfhbm1szc1z6mygj8ns";
};
propagatedBuildInputs = [ requests ];