guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gawk: Update to 5.0.1.


From: guix-commits
Subject: 02/02: gnu: gawk: Update to 5.0.1.
Date: Sat, 29 Jun 2019 17:08:20 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit c248e9b0222eb11e14389c30e0bfa29774b366a5
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jun 29 23:04:08 2019 +0200

    gnu: gawk: Update to 5.0.1.
    
    * gnu/packages/gawk.scm (gawk): Update to 5.0.1.
---
 gnu/packages/gawk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 9b7b936..d8494e9 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -30,13 +30,13 @@
 (define-public gawk
   (package
    (name "gawk")
-   (version "5.0.0")
+   (version "5.0.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gawk/gawk-" version
                                 ".tar.xz"))
             (sha256
-             (base32 "01j409gharghgf7h0pjzywkimhz2ldrxf85nvf3sv1dl1vnr3w2h"))))
+             (base32 "15570p7g2x54asvr2fsc56sxzmm08fbk4mzpcs5n92fp9vq8cklf"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]