[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/26: gnu: cl-fad: Update to 0.7.6-1.3f4d32d.
From: |
guix-commits |
Subject: |
14/26: gnu: cl-fad: Update to 0.7.6-1.3f4d32d. |
Date: |
Thu, 3 Mar 2022 10:22:41 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit fef3df8919d1f64f458d949d0eff41ad13d16ea3
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 11:51:08 2022 +0100
gnu: cl-fad: Update to 0.7.6-1.3f4d32d.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fad): Update to 0.7.6-1.3f4d32d.
[native-inputs]: Add cl-ppcre and unit-test.
[inputs]: Add alexandria.
---
gnu/packages/lisp-xyz.scm | 46 +++++++++++++++++++++++++---------------------
1 file changed, 25 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 84fd4f5ca1..679baac510 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1861,31 +1861,35 @@ for parsing, and grammar based on
@command{peg-markdown}.")
(sbcl-package->ecl-package sbcl-3bmd))
(define-public sbcl-cl-fad
- (package
- (name "sbcl-cl-fad")
- (version "0.7.6")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/edicl/cl-fad/")
- (commit (string-append "v" version))))
- (sha256
- (base32
- "1gc8i82v6gks7g0lnm54r4prk2mklidv2flm5fvbr0a7rsys0vpa"))
- (file-name (string-append "cl-fad" version "-checkout"))))
- (build-system asdf-build-system/sbcl)
- (inputs
- (list sbcl-bordeaux-threads))
- (synopsis "Portable pathname library for Common Lisp")
- (description
- "CL-FAD (for \"Files and Directories\") is a thin layer atop Common
+ ;; No release since 2019
+ (let ((commit "3f4d32d3aa1093966046d001411a852eb8f4b535")
+ (revision "1"))
+ (package
+ (name "sbcl-cl-fad")
+ (version (git-version "0.7.6" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/edicl/cl-fad/")
+ (commit commit)))
+ (sha256
+ (base32 "0a1xqldrq170lflnns3xp6swpnvsvllf5vq0h7sz8jqh4riqlny6"))
+ (file-name (git-file-name "cl-fad" version))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ (list sbcl-cl-ppcre sbcl-unit-test))
+ (inputs
+ (list sbcl-alexandria sbcl-bordeaux-threads))
+ (synopsis "Portable pathname library for Common Lisp")
+ (description
+ "CL-FAD (for \"Files and Directories\") is a thin layer atop Common
Lisp's standard pathname functions. It is intended to provide some
unification between current CL implementations on Windows, OS X, Linux, and
Unix. Most of the code was written by Peter Seibel for his book Practical
Common Lisp.")
- (home-page "https://edicl.github.io/cl-fad/")
- (license license:bsd-2)))
+ (home-page "https://edicl.github.io/cl-fad/")
+ (license license:bsd-2))))
(define-public cl-fad
(sbcl-package->cl-source-package sbcl-cl-fad))
- 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, 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 <=
- 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
- 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