unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50233] [PATCH core-updates-frozen] gnu: diffutils: Update to 3.8.
@ 2021-08-28  4:57 Thiago Jung Bauermann via Guix-patches via
  2021-08-28 16:27 ` Thiago Jung Bauermann via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2021-08-28  4:57 UTC (permalink / raw)
  To: 50233; +Cc: Thiago Jung Bauermann

‘coreutils-gnulib-tests.patch’ is applied in the gnulib version shipped
with 3.8.

* gnu/packages/base.scm (diffutils): Update to 3.8.
[source]: Remove patch.
---

Hello,

I also verified the GPG signature of the tarball.

 gnu/packages/base.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b9841a5cefa6..2c648953ae39 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -265,15 +265,14 @@ differences.")
 (define-public diffutils
   (package
    (name "diffutils")
-   (version "3.7")
+   (version "3.8")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/diffutils/diffutils-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "09isrg0isjinv8c535nxsi1s86wfdfzml80dbw41dj9x3hiad9xk"))
-            (patches (search-patches "coreutils-gnulib-tests.patch"))))
+              "1v4g8gi0lgakqa7iix8s4fq7lq6l92vw3rjd9wfd2rhjng8xggd6"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))
    (synopsis "Comparing and merging files")




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-28 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  4:57 [bug#50233] [PATCH core-updates-frozen] gnu: diffutils: Update to 3.8 Thiago Jung Bauermann via Guix-patches via
2021-08-28 16:27 ` Thiago Jung Bauermann via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).