mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: liblangtag: Update to 0.6.3.
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.3.
This commit is contained in:
parent
a277655f2a
commit
85df46d306
1 changed files with 3 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2016, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
|
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
|
||||||
;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
|
||||||
|
@ -428,22 +428,20 @@ (define-public libetonyek
|
||||||
(define-public liblangtag
|
(define-public liblangtag
|
||||||
(package
|
(package
|
||||||
(name "liblangtag")
|
(name "liblangtag")
|
||||||
(version "0.6.2")
|
(version "0.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
|
(uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
|
||||||
"liblangtag-" version ".tar.bz2"))
|
"liblangtag-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1g9kwxx60q0hpwvs66ys1cb9qg54hfvbivadwli8sfpc085a44hz"))))
|
||||||
"0bnm4hllr8cfrybm8rw7b8n0nlhzhnv73bkg1bxk452g6a82f96n"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("libtool" ,libtool)
|
`(("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)))
|
`(("libxml2" ,libxml2)))
|
||||||
;; As of December 2017, tagoh.bitbucket.org redirects to a hosting advert.
|
|
||||||
(home-page "https://bitbucket.org/tagoh/liblangtag")
|
(home-page "https://bitbucket.org/tagoh/liblangtag")
|
||||||
(synopsis "Library to access tags for identifying languages")
|
(synopsis "Library to access tags for identifying languages")
|
||||||
(description "Liblangtag implements an interface to work with tags
|
(description "Liblangtag implements an interface to work with tags
|
||||||
|
|
Loading…
Reference in a new issue