[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/26: gnu: cl-pdf: Update to 2.0.0-2.f57905e.
From: |
guix-commits |
Subject: |
05/26: gnu: cl-pdf: Update to 2.0.0-2.f57905e. |
Date: |
Thu, 3 Mar 2022 10:22:39 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 144f999b88225c73828c1e18f8ef07daa6e3456c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 10:22:34 2022 +0100
gnu: cl-pdf: Update to 2.0.0-2.f57905e.
* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-2.f57905e.
[arguments]: Add cl-pdf-parser to 'asd-systems'.
---
gnu/packages/lisp-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9b9338197e..c22b7dffe6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -916,8 +916,8 @@ a sequence (or chain) of such elements.")
(sbcl-package->cl-source-package sbcl-flexichain))
(define-public sbcl-cl-pdf
- (let ((commit "dbafd62afcb2d2e9164054c72612763721297d59")
- (revision "1"))
+ (let ((commit "f57905e0b5adb365d611a912613cee70d78d20d8")
+ (revision "2"))
(package
(name "sbcl-cl-pdf")
(version (git-version "2.0.0" revision commit))
@@ -929,10 +929,12 @@ a sequence (or chain) of such elements.")
(commit commit)))
(file-name (git-file-name "cl-pdf" version))
(sha256
- (base32 "0w6igiav35a65h6r4p1g6dw2i7mw0s06mviw31768r6z62l1ny1v"))))
+ (base32 "0ir9xyj10lyp8mwb3n2pbhnwv0jx0ph1xlhh32sfgalk3bz0ms58"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-iterate sbcl-zpb-ttf))
+ (arguments
+ `(#:asd-systems '("cl-pdf" "cl-pdf-parser")))
(home-page "https://github.com/mbattyani/cl-pdf")
(synopsis "Common Lisp library for generating PDF files")
(description
- branch master updated (734b76c5fc -> 89f17efbb3), guix-commits, 2022/03/03
- 01/26: gnu: sbcl: Update to 2.2.2., guix-commits, 2022/03/03
- 02/26: gnu: cl-trivial-gray-streams: Update to 2.0-1.2b3823e., guix-commits, 2022/03/03
- 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 <=
- 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, 2022/03/03
- 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