aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2019-10-03 11:01:12 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2019-10-06 14:19:03 +0200
commitf65f7138460bf7dffdfebdb839c64405b8f10d8e (patch)
tree81a7098ee555eb4646945bbc2d14361f9913d708
parentfd0f8860ec667d091abb34f1e4dda4911e834dee (diff)
downloadguix-f65f7138460bf7dffdfebdb839c64405b8f10d8e.tar
guix-f65f7138460bf7dffdfebdb839c64405b8f10d8e.tar.gz
gnu: sbcl-alexandria: Update to 1.0.0.
* gnu/packages/lisp.scm (sbcl-alexandria): Update to 1.0.0. [native-inputs]: Add rt.
-rw-r--r--gnu/packages/lisp.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 3b810f4093..7a7baafe7e 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -701,10 +701,10 @@ libraries for Machine Learning, Neural Nets and statistical estimation.")
(define-public sbcl-alexandria
(let ((revision "1")
- (commit "926a066611b7b11cb71e26c827a271e500888c30"))
+ (commit "3b849bc0116ea70f215ee6b2fbf354e862aaa9dd"))
(package
(name "sbcl-alexandria")
- (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+ (version (git-version "1.0.0" revision commit))
(source
(origin
(method git-fetch)
@@ -713,9 +713,11 @@ libraries for Machine Learning, Neural Nets and statistical estimation.")
(commit commit)))
(sha256
(base32
- "18yncicdkh294j05rhgm23gzi36y9qy6vrfba8vg69jrxjp1hx8l"))
- (file-name (string-append "alexandria-" version "-checkout"))))
+ "04amwvx2vl691f0plcfbqqwxgib9zimih7jrn5zl7mbwvrxy022b"))
+ (file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl)
+ (native-inputs
+ `(("rt" ,sbcl-rt)))
(synopsis "Collection of portable utilities for Common Lisp")
(description
"Alexandria is a collection of portable utilities. It does not contain