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
1 changed files with 2 additions and 2 deletions

View File

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