From 80a7b9870857471b13f4ef8cf7a5c99b06750086 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 9 Nov 2022 23:37:24 +0100 Subject: Automatic channel synchronization --- vkraus/packages/disfluid.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vkraus/packages/disfluid.scm b/vkraus/packages/disfluid.scm index dbb02dc..3c12fab 100644 --- a/vkraus/packages/disfluid.scm +++ b/vkraus/packages/disfluid.scm @@ -103,10 +103,10 @@ (uri (git-reference (url "https://labo.planete-kraus.eu/disfluid.git") (commit - "38947af9c71b41dc981d2ad922608b9695b716e8"))) + "0eecfa4944e4e657289c66d81a8ef08e1d0c66cc"))) (sha256 (base32 - "0lgyncrpqb71whjdk9xmd1f1f3d5wmj9fx2jjxhl9yw6kprqqz09")))))) + "0jqqa9ph2cq6dv2nykrh0swqg8lp7vxp31vc75vgq83s4kjlyyks")))))) (ungexp output) #:follow-symlinks? #t)))))) @@ -121,7 +121,7 @@ (lambda _ (let ((disfluid-mtimes '(("doc/disfluid.texi" . 1667859615) - ("po/disfluid.pot" . 1668033207)))) + ("po/disfluid.pot" . 1668033441)))) (for-each ((@ (ice-9 match) match-lambda) ((file . mtime) (utime file mtime mtime))) -- cgit v1.2.3