[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/24: gnu: cl-freetype2: Update to 1.1-1.8bcb232.
From: |
guix-commits |
Subject: |
17/24: gnu: cl-freetype2: Update to 1.1-1.8bcb232. |
Date: |
Fri, 24 Feb 2023 09:53:44 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit e8a7e4ac58a8b1df7bcfcb9cc47a36b5d41f36d6
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 24 13:39:22 2023 +0100
gnu: cl-freetype2: Update to 1.1-1.8bcb232.
* gnu/packages/lisp-xyz.scm (sbcl-cl-freetype2): Update to 1.1-1.8bcb232.
[inputs]: Remove labels.
---
gnu/packages/lisp-xyz.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 51332232b8..0e83ed098d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13548,8 +13548,8 @@ wrappers of deflate streams. It currently does not
handle compression.")
(sbcl-package->ecl-package sbcl-skippy))
(define-public sbcl-cl-freetype2
- (let ((commit "96058da730b4812df916c1f4ee18c99b3b15a3de")
- (revision "0"))
+ (let ((commit "8bcb232b319a66fb700eaea88d0b308a837bce04")
+ (revision "1"))
(package
(name "sbcl-cl-freetype2")
(version (git-version "1.1" revision commit))
@@ -13559,17 +13559,17 @@ wrappers of deflate streams. It currently does not
handle compression.")
(uri (git-reference
(url "https://github.com/rpav/cl-freetype2")
(commit commit)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-freetype2" version))
(sha256
- (base32 "0f8darhairgxnb5bzqcny7nh7ss3471bdzix5rzcyiwdbr5kymjl"))))
+ (base32 "1nhq3qslja0bcgpbmzfycqhd4vw1l58zh4ia15m1h6535qxliy0q"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-fiveam))
(inputs
- `(("alexandria" ,sbcl-alexandria)
- ("cffi" ,sbcl-cffi)
- ("freetype" ,freetype)
- ("trivial-garbage" ,sbcl-trivial-garbage)))
+ (list freetype
+ sbcl-alexandria
+ sbcl-cffi
+ sbcl-trivial-garbage))
(arguments
`(#:phases
(modify-phases %standard-phases
- 05/24: gnu: cl-named-readtables: Update to 0.9-4.d5ff162., (continued)
- 05/24: gnu: cl-named-readtables: Update to 0.9-4.d5ff162., guix-commits, 2023/02/24
- 09/24: gnu: cl-trivial-indent: Update to 1.0.0-1.f252750., guix-commits, 2023/02/24
- 18/24: gnu: cl-pdf: Update to 2.0.0-3.ee904a1., guix-commits, 2023/02/24
- 19/24: gnu: cl-clx: Update to 0.7.5-1.3840045., guix-commits, 2023/02/24
- 06/24: gnu: cl-cl+ssl: Update to 0.0.0-5.1e2ffc9., guix-commits, 2023/02/24
- 08/24: gnu: cl-anaphora: Update to 0.9.8., guix-commits, 2023/02/24
- 10/24: gnu: cl-let-plus: Update to 0.0.0-2.455e657., guix-commits, 2023/02/24
- 13/24: gnu: cl-trivial-utf-8: Update to 0.0.0-2.6ca9943., guix-commits, 2023/02/24
- 23/24: gnu: cl-mcclim: Update to 0.9.7-3.ece91cf., guix-commits, 2023/02/24
- 07/24: gnu: cl-local-time: Update to 1.0.6-3.40169fe., guix-commits, 2023/02/24
- 17/24: gnu: cl-freetype2: Update to 1.1-1.8bcb232.,
guix-commits <=
- 20/24: gnu: cl-log4cl: Update to 1.1.4-1.75c4184., guix-commits, 2023/02/24
- 12/24: gnu: cl-fast-io: Update to 1.0.0-3.a4c5ad6., guix-commits, 2023/02/24
- 11/24: gnu: cl-lisp-namespace: Update to 0.1-2.699fccb., guix-commits, 2023/02/24
- 14/24: gnu: cl-introspect-environment: Update to 0.1-2.8fb20a1., guix-commits, 2023/02/24
- 15/24: gnu: cl-collectors: Update to 1.0-1.748f0a1., guix-commits, 2023/02/24
- 16/24: gnu: cl-djula: Update to 0.2.0-2.6f14259., guix-commits, 2023/02/24
- 21/24: gnu: cl-slime-swank: Update to 2.28., guix-commits, 2023/02/24
- 22/24: gnu: cl-zpb-ttf: Update to 1.0.6., guix-commits, 2023/02/24
- 24/24: gnu: cl-mcclim: Enable Freetype renderer., guix-commits, 2023/02/24