sourcehut.todosrht: 0.66.1 -> 0.67.2

This commit is contained in:
Julien Moutinho 2022-02-12 01:48:06 +01:00
parent 358fe43723
commit 0f5d59ee5a

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "todosrht";
version = "0.66.1";
version = "0.67.2";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "todo.sr.ht";
rev = version;
sha256 = "sha256-P0xaQpK7O9zipGSIa5jL1O0L/fKt51EMNGt7XndYQ+g=";
sha256 = "sha256-/QHsMlhzyah85ubZyx8j4GDUoITuWcLDJKosbZGeOZU=";
};
patches = [