gnu: libuninameslist: Update to 20170807.
* gnu/packages/fontutils.scm (libuninameslist): Update to 20170807.
This commit is contained in:
parent
10b159a303
commit
6a534909fa
|
@ -468,7 +468,7 @@ smooth contours with constant curvature at the spline joins.")
|
||||||
(define-public libuninameslist
|
(define-public libuninameslist
|
||||||
(package
|
(package
|
||||||
(name "libuninameslist")
|
(name "libuninameslist")
|
||||||
(version "20160701")
|
(version "20170807")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -477,7 +477,7 @@ smooth contours with constant curvature at the spline joins.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12xxb301a66dh282pywpy00wxiaq5z8z20qm3pr2vql04r2g8d0x"))))
|
"0axwxjgcrwms9682vmpsq1x4swdx6q6qk6997rkfr8xrgi124c6a"))))
|
||||||
(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 New Issue