gnu: sbcl-zpb-ttf: Update to 1.0.7.

* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf): Update to 1.0.7.

Change-Id: Ie9442a39bf3aae36ad9f4172d4be813a2bccd425
Co-authored-by: Dmytro Statyvka <dstatyvka@gmail.com>
This commit is contained in:
jgart 2025-06-17 11:18:08 -04:00
parent cc5ddb3a9f
commit 6beea66a53
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -33039,7 +33039,7 @@ files.")
(define-public sbcl-zpb-ttf
(package
(name "sbcl-zpb-ttf")
(version "1.0.6")
(version "1.0.7")
(source
(origin
(method git-fetch)
@ -33048,7 +33048,7 @@ files.")
(commit (string-append "release-" version))))
(file-name (git-file-name "cl-zpb-ttf" version))
(sha256
(base32 "043xga76jms7dipcwnyh8lkj3gx66cvrkwhc728hjaf7axarvcmv"))))
(base32 "04lph7i153zlswvpgg76fxazyswj8j0idqm4ysn8qmflb7xcvd78"))))
(build-system asdf-build-system/sbcl)
(home-page "https://github.com/xach/zpb-ttf")
(synopsis "TrueType font file access for Common Lisp")