todosrht: 0.51.13 -> 0.55.3

This commit is contained in:
Edmund Wu 2019-12-29 19:41:15 -05:00
parent 9ec305a493
commit 0282a909f7
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "todosrht";
version = "0.51.13";
version = "0.55.3";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/todo.sr.ht";
rev = version;
sha256 = "19gywq5j7wlpk7j2whm2ivz0z0i3j50n7k7bx29pghndl7l43c18";
sha256 = "1j82yxdnag0q6rp0rpiq3ccn5maa1k58j2f1ilcsxf1gr13pycf5";
};
patches = [