summaryrefslogtreecommitdiff
path: root/gnu/packages/gettext.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-17 12:49:23 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-17 12:49:23 +0200
commitfbd2d7c84307df00e558f722ec692247034db46e (patch)
treed936470ed8a82a68af9bbf3fc6411c1507060b6d /gnu/packages/gettext.scm
parent7b46b31336a465ae2ab62206e37f4c3fe92f48e2 (diff)
downloadguix-patches-fbd2d7c84307df00e558f722ec692247034db46e.tar
guix-patches-fbd2d7c84307df00e558f722ec692247034db46e.tar.gz
gnu: libtextstyle: Update to 0.20.2.
* gnu/packages/gettext.scm (libtextstyle)[version, source]: Inherit from GETTEXT-MINIMAL.
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r--gnu/packages/gettext.scm10
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 7ca0acbf8b..657f1a404f 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -148,14 +148,8 @@ translated messages from the catalogs. Nearly all GNU packages use Gettext.")
(define-public libtextstyle
(package
(name "libtextstyle")
- (version "0.20.1")
- (source (origin
- (inherit (package-source gnu-gettext))
- (uri (string-append "mirror://gnu/gettext/gettext-"
- version ".tar.gz"))
- (sha256
- (base32
- "0p3zwkk27wm2m2ccfqm57nj7vqkmfpn7ja1nf65zmhz8qqs5chb6"))))
+ (version (package-version gettext-minimal))
+ (source (package-source gettext-minimal))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")