From 2305b94c2ecb5354c2142b02e28ec861f93a21e4 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 6 Sep 2024 17:37:47 -0700 Subject: [PATCH] gnu: trydiffoscope: Update to 67.0.8. * gnu/packages/diffoscope.scm (trydiffoscope): Update to 67.0.8. --- gnu/packages/diffoscope.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 7eb1a24c84..a6625112ff 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -304,7 +304,7 @@ them in detail for later analysis.") (define-public trydiffoscope (package (name "trydiffoscope") - (version "67.0.6") + (version "67.0.8") (source (origin (method git-fetch) @@ -314,7 +314,7 @@ them in detail for later analysis.") (file-name (git-file-name name version)) (sha256 (base32 - "0jzxgqraf727fvjcc9bgwz8zymjiix07x54xzqpvm52cv681nd9j")))) + "0k698g4fws63rnav4pvfsf1hfds867xan59mmv5zw71r58lm6cxb")))) (arguments `(#:phases (modify-phases %standard-phases