diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2025-07-14 08:16:19 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-07-16 12:01:39 -0700 |
commit | 02a94e80243b1ed1f84fc3cce2554f2d06fd1664 (patch) | |
tree | 2a049ce16fc4cf73d3a31b06dc16e21e875cf31a | |
parent | bc616ff94374c6a3970fa3947854ec9306fd8d04 (diff) |
gnu: diffoscope: Update to 301.
* gnu/packages/diffoscope.scm (diffoscope): Update to 301.
-rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 850a09fcf3..680595aec8 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -78,7 +78,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "300") + (version "301") (source (origin (method git-fetch) @@ -87,7 +87,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0s08dyxdpb3mrrjziwvqbqgh4fxnnjpw551qv9s72mm49hwa1lyj")))) + (base32 "1rbghly9kpp4ddlqydlwzhhaqmz1k3m9wyi05r4h5b6376vaz4pz")))) (build-system pyproject-build-system) (arguments (list |