guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/26: gnu: cl-zpb-ttf: Update to 1.0.4.


From: guix-commits
Subject: 03/26: gnu: cl-zpb-ttf: Update to 1.0.4.
Date: Thu, 3 Mar 2022 10:22:39 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 4572cf5129063545e796c83d32fc6b2c92220a78
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 10:09:36 2022 +0100

    gnu: cl-zpb-ttf: Update to 1.0.4.
    
    * gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf): Update to 1.0.4.
---
 gnu/packages/lisp-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 101884bd44..8af7d2a6ac 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -790,17 +790,16 @@ ANSI-compliant Common Lisp implementations.")
 (define-public sbcl-zpb-ttf
   (package
     (name "sbcl-zpb-ttf")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/xach/zpb-ttf";)
              (commit (string-append "release-" version))))
-       (file-name (git-file-name name version))
+       (file-name (git-file-name "cl-zpb-ttf" version))
        (sha256
-        (base32
-         "1wh66vjijzqlydnrihynpwp6796917xwrh0i9li93c17kyxa74ih"))))
+        (base32 "1ziwlfys15m95hh5c54g3xv78vjxadd6qi9zf9kvd2bv70qsixqk"))))
     (build-system asdf-build-system/sbcl)
     (home-page "https://github.com/xach/zpb-ttf";)
     (synopsis "TrueType font file access for Common Lisp")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]