summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2022-11-12 00:13:24 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2022-11-12 00:13:24 +0100
commite5cb6fe58b31cb0ed53be83aa8e0448dbc58a939 (patch)
tree84119b3f294cf3ecca31ad2338b83bfa165c19e4
parentf85f80a7a28d394bebd626e2f91b972d46c11df4 (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 93a3756..1a22cb2 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
- "3dd8f03b1ca24b1e3755d9e780cd605b9dd2b292")))
+ "c373316753b1ac8fc6dd041cfefb03bfeef3de8d")))
(sha256
(base32
- "153rlfqd9az3jklhg3yi40n8hly7a9ifndmjwkag4ccjwpdn5rlf"))))))
+ "0p4v9w5jl9yh7j11vlq0dwyl0zsm7zmk5mlp4vx4lkg3xg66cf16"))))))
(ungexp output)
#:follow-symlinks?
#t))))))
@@ -121,7 +121,7 @@
(lambda _
(let ((disfluid-mtimes
'(("doc/disfluid.texi" . 1668203028)
- ("po/disfluid.pot" . 1668208092))))
+ ("po/disfluid.pot" . 1668208401))))
(for-each
((@ (ice-9 match) match-lambda)
((file . mtime) (utime file mtime mtime)))