[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/26: gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc.
From: |
guix-commits |
Subject: |
21/26: gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc. |
Date: |
Thu, 3 Mar 2022 10:22:42 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 0b4e25e7ed2b2ff2ce53a619ae5103a5d84b8c14
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 14:30:08 2022 +0100
gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc.
* gnu/packages/lisp-xyz.scm (sbcl-opticl): Update to 0.0.0-1.f6fc4dc.
[inputs]: Use new style.
---
gnu/packages/lisp-xyz.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index eca425439e..98f7ae63d8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11680,8 +11680,8 @@ both from files on disk, or streams in memory.")
(sbcl-package->ecl-package sbcl-pngload))
(define-public sbcl-opticl
- (let ((commit "e8684416eca2e78e82a7b436d436ef2ea24c019d")
- (revision "0"))
+ (let ((commit "f6fc4dc5fa61ae3f2527b77e4bda99001ba37dcb")
+ (revision "1"))
(package
(name "sbcl-opticl")
(version (git-version "0.0.0" revision commit))
@@ -11691,21 +11691,22 @@ both from files on disk, or streams in memory.")
(uri (git-reference
(url "https://github.com/slyrus/opticl")
(commit commit)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-opticl" version))
(sha256
- (base32 "03rirnnhhisjbimlmpi725h1d3x0cfv00r57988am873dyzawmm1"))))
+ (base32 "1jx9n78d4lf53iz24yid34l92zrpqxfihv6049ixcy0xigf7j4ac"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-fiveam))
(inputs
- `(("alexandria" ,sbcl-alexandria)
- ("cl-jpeg" ,sbcl-cl-jpeg)
- ("cl-tga" ,sbcl-cl-tga)
- ("png-read" ,sbcl-png-read)
- ("pngload" ,sbcl-pngload)
- ("retrospectiff" ,sbcl-retrospectiff)
- ("skippy" ,sbcl-skippy)
- ("zpng" ,sbcl-zpng)))
+ (list sbcl-alexandria
+ sbcl-cl-jpeg
+ sbcl-cl-tga
+ sbcl-opticl-core
+ sbcl-png-read
+ sbcl-pngload
+ sbcl-retrospectiff
+ sbcl-skippy
+ sbcl-zpng))
(arguments
'(#:asd-files '("opticl.asd")))
(home-page "https://github.com/slyrus/opticl")
- 08/26: gnu: cl-uglify-js: Improve package definition., (continued)
- 08/26: gnu: cl-uglify-js: Improve package definition., guix-commits, 2022/03/03
- 04/26: gnu: cl-flexichain: Update to 1.5.1-2.9af644a., guix-commits, 2022/03/03
- 05/26: gnu: cl-pdf: Update to 2.0.0-2.f57905e., guix-commits, 2022/03/03
- 07/26: gnu: cl-iterate: Update to 1.5.3., guix-commits, 2022/03/03
- 11/26: gnu: sbcl-ironclad: Update to 0.57., guix-commits, 2022/03/03
- 12/26: gnu: cl-chipz: Update to 0.8-2.82a17d3., guix-commits, 2022/03/03
- 14/26: gnu: cl-fad: Update to 0.7.6-1.3f4d32d., guix-commits, 2022/03/03
- 16/26: gnu: cl-hunchentoot: Fix build., guix-commits, 2022/03/03
- 15/26: gnu: cl-osicat: Update to 0.7.0-3.a45eb3b., guix-commits, 2022/03/03
- 09/26: gnu: cl-strings: Update to 0.0.1-1.93ec417., guix-commits, 2022/03/03
- 21/26: gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc.,
guix-commits <=
- 22/26: gnu: cl-retrospectiff: Update to 0.2-1.2fbf8c6., guix-commits, 2022/03/03
- 23/26: gnu: cl-zpb-exif: Update to 1.2.5., guix-commits, 2022/03/03
- 25/26: gnu: cl-mcclim: Update to 0.9.7-2.292343f., guix-commits, 2022/03/03
- 03/26: gnu: cl-zpb-ttf: Update to 1.0.4., guix-commits, 2022/03/03
- 06/26: gnu: cl-parse-js: Improve package definition., guix-commits, 2022/03/03
- 10/26: gnu: cl-babel: Update to 0.5.0-2.f892d05., guix-commits, 2022/03/03
- 13/26: gnu: cl+ssl: Update to 0.0.0-3.046d698., guix-commits, 2022/03/03
- 18/26: gnu: cl-mgl-pax: Update to 0.1.0-0.ed82a80., guix-commits, 2022/03/03
- 19/26: gnu: Add cl-try., guix-commits, 2022/03/03
- 20/26: gnu: cl-slime-swank: Update to 2.27., guix-commits, 2022/03/03