guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: gawk: Update to 4.1.3.


From: Ludovic Courtès
Subject: 01/08: gnu: gawk: Update to 4.1.3.
Date: Thu, 04 Jun 2015 16:08:37 +0000

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

commit 946007f9cebb253b020d22b940a95875b393f0b0
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 4 08:58:23 2015 +0200

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

diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 06ecf6a..d2639a3 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -28,13 +28,13 @@
 (define-public gawk
   (package
    (name "gawk")
-   (version "4.1.1")
+   (version "4.1.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gawk/gawk-" version
                                 ".tar.xz"))
             (sha256
-             (base32 "1nz83vpss8xv7m475sv4qhhj40g74nvcw0y9kwq9ds8wzfmcdm7g"))))
+             (base32 "09d6pmx6h3i2glafm0jd1v1iyrs03vcyv2rkz12jisii3vlmbkz3"))))
    (build-system gnu-build-system)
    (arguments
     `(#:parallel-tests? #f                ; test suite fails in parallel



reply via email to

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