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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#76859: [PATCH core-packages] gnu: diffutils: Update to 3.11.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76859 <at> debbugs.gnu.org.
--
76859: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76859
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * 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
hi, see
https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-packages-team&id=2ca7789abddcf6021f249d25598badcf081389cb
We have updated, so close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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.