summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2022-11-12 00:08:14 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2022-11-12 00:08:14 +0100
commitf85f80a7a28d394bebd626e2f91b972d46c11df4 (patch)
tree9217d06e2703438dbbfb060bcbc35c07d02736e3
parent8b72db23a1b220b6ea3a7490eee5b407ff1bc54c (diff)
Automatic channel synchronization
-rw-r--r--vkraus/packages/disfluid.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/vkraus/packages/disfluid.scm b/vkraus/packages/disfluid.scm
index f5d93c6..93a3756 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
- "21cc2a796de133a4d9d93067be4a4fc3be84e0ac")))
+ "3dd8f03b1ca24b1e3755d9e780cd605b9dd2b292")))
(sha256
(base32
- "0pm7fc6ia13yg8nsy51akxbmxgfb30ww1j9fchnndc41a4rmd6v0"))))))
+ "153rlfqd9az3jklhg3yi40n8hly7a9ifndmjwkag4ccjwpdn5rlf"))))))
(ungexp output)
#:follow-symlinks?
#t))))))
@@ -121,7 +121,7 @@
(lambda _
(let ((disfluid-mtimes
'(("doc/disfluid.texi" . 1668203028)
- ("po/disfluid.pot" . 1668205278))))
+ ("po/disfluid.pot" . 1668208092))))
(for-each
((@ (ice-9 match) match-lambda)
((file . mtime) (utime file mtime mtime)))