summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-04-15 14:31:54 +0200
committerAndreas Enge <andreas@enge.fr>2014-04-15 14:31:54 +0200
commit87d7bb0d02bf0e5985cf4f47fa21aebb62c9260f (patch)
tree2a3d5720f630b368c959a1ca60a705723f37323a
parent1c96c1bbabb9646aba2a3860cac02157f56c4dd1 (diff)
downloadguix-patches-87d7bb0d02bf0e5985cf4f47fa21aebb62c9260f.tar
guix-patches-87d7bb0d02bf0e5985cf4f47fa21aebb62c9260f.tar.gz
gnu: gawk: Upgrade to 4.1.1.
* gnu/packages/gawk.scm (gawk): Upgrade to 4.1.1.
-rw-r--r--gnu/packages/gawk.scm4
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