diff options
author | Andreas Enge <andreas@enge.fr> | 2014-04-15 14:31:54 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-04-15 14:31:54 +0200 |
commit | 87d7bb0d02bf0e5985cf4f47fa21aebb62c9260f (patch) | |
tree | 2a3d5720f630b368c959a1ca60a705723f37323a /gnu/packages | |
parent | 1c96c1bbabb9646aba2a3860cac02157f56c4dd1 (diff) | |
download | guix-87d7bb0d02bf0e5985cf4f47fa21aebb62c9260f.tar guix-87d7bb0d02bf0e5985cf4f47fa21aebb62c9260f.tar.gz |
gnu: gawk: Upgrade to 4.1.1.
* gnu/packages/gawk.scm (gawk): Upgrade to 4.1.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | 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 9b22a1e5b8..fe422a2014 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -27,13 +27,13 @@ (define-public gawk (package (name "gawk") - (version "4.1.0") + (version "4.1.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gawk/gawk-" version ".tar.xz")) (sha256 - (base32 "0hin2hswbbd6kd6i4zzvgciwpl5fba8d2s524z8y5qagyz3x010q")))) + (base32 "1nz83vpss8xv7m475sv4qhhj40g74nvcw0y9kwq9ds8wzfmcdm7g")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f ; test suite fails in parallel |