gnu: cl-zpb-ttf: Update to 1.0.4.
* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf): Update to 1.0.4.
parent
ead5f9d61a
commit
4572cf5129
|
@ -790,17 +790,16 @@ ANSI-compliant Common Lisp implementations.")
|
||||||
(define-public sbcl-zpb-ttf
|
(define-public sbcl-zpb-ttf
|
||||||
(package
|
(package
|
||||||
(name "sbcl-zpb-ttf")
|
(name "sbcl-zpb-ttf")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/xach/zpb-ttf")
|
(url "https://github.com/xach/zpb-ttf")
|
||||||
(commit (string-append "release-" version))))
|
(commit (string-append "release-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-zpb-ttf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ziwlfys15m95hh5c54g3xv78vjxadd6qi9zf9kvd2bv70qsixqk"))))
|
||||||
"1wh66vjijzqlydnrihynpwp6796917xwrh0i9li93c17kyxa74ih"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(home-page "https://github.com/xach/zpb-ttf")
|
(home-page "https://github.com/xach/zpb-ttf")
|
||||||
(synopsis "TrueType font file access for Common Lisp")
|
(synopsis "TrueType font file access for Common Lisp")
|
||||||
|
|
Reference in New Issue