summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2024-09-06 17:37:47 -0700
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-09 21:03:50 +0800
commit2305b94c2ecb5354c2142b02e28ec861f93a21e4 (patch)
treeee183b82fcccd8d82edd49a022ae2853fe3f49d7 /gnu/packages
parent694cd39fa1a7920b64ee7295560741c4069ca651 (diff)
gnu: trydiffoscope: Update to 67.0.8.
* gnu/packages/diffoscope.scm (trydiffoscope): Update to 67.0.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/diffoscope.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 7eb1a24c844..a6625112ff0 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -304,7 +304,7 @@ them in detail for later analysis.")
304(define-public trydiffoscope 304(define-public trydiffoscope
305 (package 305 (package
306 (name "trydiffoscope") 306 (name "trydiffoscope")
307 (version "67.0.6") 307 (version "67.0.8")
308 (source 308 (source
309 (origin 309 (origin
310 (method git-fetch) 310 (method git-fetch)
@@ -314,7 +314,7 @@ them in detail for later analysis.")
314 (file-name (git-file-name name version)) 314 (file-name (git-file-name name version))
315 (sha256 315 (sha256
316 (base32 316 (base32
317 "0jzxgqraf727fvjcc9bgwz8zymjiix07x54xzqpvm52cv681nd9j")))) 317 "0k698g4fws63rnav4pvfsf1hfds867xan59mmv5zw71r58lm6cxb"))))
318 (arguments 318 (arguments
319 `(#:phases 319 `(#:phases
320 (modify-phases %standard-phases 320 (modify-phases %standard-phases