diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-18 00:20:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-18 00:20:56 +0100 |
commit | 0129c94832a9fdd8c901848dd9e963e7c20063eb (patch) | |
tree | e6ea9d7dcfbdb780aeca91bc841f3c7f689872eb | |
parent | 65d3b7c31ddda37fd721cf4ee1e538d3dc9727c7 (diff) | |
download | guix-0129c94832a9fdd8c901848dd9e963e7c20063eb.tar guix-0129c94832a9fdd8c901848dd9e963e7c20063eb.tar.gz |
gnu: gettext: Upgrade to 0.18.3.1.
* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3.1.
-rw-r--r-- | gnu/packages/gettext.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 07d2b0d8cb..b6ea3a3f10 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -26,14 +26,14 @@ (define-public gettext (package (name "gettext") - (version "0.18.3") + (version "0.18.3.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gettext/gettext-" version ".tar.gz")) (sha256 (base32 - "0j7rp56c61j4k1bz1xdc041hzv7186yyzhbp95fmc0zq7l2c3wrn")))) + "0p940zmmw1lndvdhck2vrazikjhr02affwy47mmpfxqvacrrm3qd")))) (build-system gnu-build-system) (arguments `(#:phases (alist-cons-before |