GNU bug report logs -
#76859
[PATCH core-packages] gnu: diffutils: Update to 3.11.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 8 Mar 2025 08:53:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/base.scm (diffutils): Update to 3.11.
Change-Id: Icae1a65a66dd5e6e73f6bc09fc8fb69429175bfe
---
gnu/packages/base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4c96ffa1a4..9e63dbba97 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -396,14 +396,14 @@ (define-public patch
(define-public diffutils
(package
(name "diffutils")
- (version "3.10")
+ (version "3.11")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/diffutils/diffutils-"
version ".tar.xz"))
(sha256
(base32
- "17nhkdn5a2z6pwcmjs4jas2plg066hbdz06y5vhypr14qwyfkrch"))))
+ "07hkwbws3nhxqrsvsf01h6gl2q4pcfhf8s3hv3vqbmbxwdgz0gm7"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: e1c81df2cfb0d6f1e490083ad1b2b7f8df313bfd
--
2.43.0
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.