diff options
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index eda5e616d2..957d6c046e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -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") |