summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2023-02-24 14:14:47 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2023-02-24 15:50:35 +0100
commitfb83e06943567f41e493e665be04e9ef725f3ad0 (patch)
tree117717ccc34464fa02ab6c031d9d0d97d0be497a
parent5ea9788b5873133eedbcd18f5ba95b1f5006440a (diff)
downloadguix-fb83e06943567f41e493e665be04e9ef725f3ad0.tar.gz
gnu: cl-zpb-ttf: Update to 1.0.6.
* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf): Update to 1.0.6.
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 50efb5a592..06541f1e11 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1706,7 +1706,7 @@ ANSI-compliant Common Lisp implementations.")
 (define-public sbcl-zpb-ttf
   (package
     (name "sbcl-zpb-ttf")
-    (version "1.0.4")
+    (version "1.0.6")
     (source
      (origin
        (method git-fetch)
@@ -1715,7 +1715,7 @@ ANSI-compliant Common Lisp implementations.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name "cl-zpb-ttf" version))
        (sha256
-        (base32 "1ziwlfys15m95hh5c54g3xv78vjxadd6qi9zf9kvd2bv70qsixqk"))))
+        (base32 "043xga76jms7dipcwnyh8lkj3gx66cvrkwhc728hjaf7axarvcmv"))))
     (build-system asdf-build-system/sbcl)
     (home-page "https://github.com/xach/zpb-ttf")
     (synopsis "TrueType font file access for Common Lisp")