mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: cl-zpb-ttf: Update to 1.0.6.
* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf): Update to 1.0.6.
This commit is contained in:
parent
5ea9788b58
commit
fb83e06943
1 changed files with 2 additions and 2 deletions
|
@ -1706,7 +1706,7 @@ (define-public ecl-cl-ppcre-unicode
|
||||||
(define-public sbcl-zpb-ttf
|
(define-public sbcl-zpb-ttf
|
||||||
(package
|
(package
|
||||||
(name "sbcl-zpb-ttf")
|
(name "sbcl-zpb-ttf")
|
||||||
(version "1.0.4")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1715,7 +1715,7 @@ (define-public sbcl-zpb-ttf
|
||||||
(commit (string-append "release-" version))))
|
(commit (string-append "release-" version))))
|
||||||
(file-name (git-file-name "cl-zpb-ttf" version))
|
(file-name (git-file-name "cl-zpb-ttf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ziwlfys15m95hh5c54g3xv78vjxadd6qi9zf9kvd2bv70qsixqk"))))
|
(base32 "043xga76jms7dipcwnyh8lkj3gx66cvrkwhc728hjaf7axarvcmv"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue