mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libuninameslist: Update to 20160701.
* gnu/packages/fontutils.scm (libuninameslist): Update to 20160701.
This commit is contained in:
parent
b07e086373
commit
f726b7c526
1 changed files with 2 additions and 2 deletions
|
@ -473,7 +473,7 @@ (define-public libspiro
|
||||||
(define-public libuninameslist
|
(define-public libuninameslist
|
||||||
(package
|
(package
|
||||||
(name "libuninameslist")
|
(name "libuninameslist")
|
||||||
(version "0.5.20150701")
|
(version "20160701")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -482,7 +482,7 @@ (define-public libuninameslist
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j6147l100rppw7axlrkdx0p35fax6bz2zh1xgpg7a3b4pmqaj3v"))))
|
"12xxb301a66dh282pywpy00wxiaq5z8z20qm3pr2vql04r2g8d0x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("autoconf" ,autoconf)
|
(native-inputs `(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in a new issue