[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: ironclad: Update to 0.46.
From: |
guix-commits |
Subject: |
03/12: gnu: ironclad: Update to 0.46. |
Date: |
Sun, 1 Sep 2019 17:04:11 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 97ce5964fb5d52cf2151fea685e28fa23a98b264
Author: Guillaume Le Vaillant <address@hidden>
Date: Sun Sep 1 11:22:52 2019 +0200
gnu: ironclad: Update to 0.46.
* gnu/packages/lisp.scm (sbcl-ironclad): Update to 0.46.
[source]: Fix file-name.
[inputs]: Add bordeaux-threads dependency.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/lisp.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index ab1c842..72587f2 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2175,7 +2175,7 @@ also be supported.")
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
- (version "0.42")
+ (version "0.46")
(source
(origin
(method git-fetch)
@@ -2184,14 +2184,15 @@ also be supported.")
(commit (string-append "v" version))))
(sha256
(base32
- "1wjcb9vpybxjrmch7f7s78a5abxmnknbd4fl49dl5lz8a3fc8vf0"))
- (file-name (string-append "ironblad" version "-checkout"))))
+ "1s391awi2lsl7m1dbjirgpkm4p9p8wd076pakgvsvpn1rrznisnd"))
+ (file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl)
(native-inputs
;; Tests only.
`(("rt" ,sbcl-rt)))
(inputs
- `(("flexi-streams" ,sbcl-flexi-streams)
+ `(("bordeaux-threads" ,sbcl-bordeaux-threads)
+ ("flexi-streams" ,sbcl-flexi-streams)
("nibbles" ,sbcl-nibbles)))
(synopsis "Cryptographic toolkit written in Common Lisp")
(description
- branch master updated (5042f33 -> 83f9448), guix-commits, 2019/09/01
- 02/12: gnu: txr: Update to 224., guix-commits, 2019/09/01
- 01/12: gnu: libxklavier: Update to 5.4., guix-commits, 2019/09/01
- 03/12: gnu: ironclad: Update to 0.46.,
guix-commits <=
- 05/12: gnu: xfce4-terminal: Update to 0.8.8., guix-commits, 2019/09/01
- 06/12: gnu: xfce4-whiskermenu-plugin: Update to 2.3.3., guix-commits, 2019/09/01
- 08/12: gnu: xfce4-pulseaudio-plugin: Update to 0.4.2., guix-commits, 2019/09/01
- 07/12: gnu: xfce4-battery-plugin: Update to 1.1.3., guix-commits, 2019/09/01
- 12/12: gnu: Add stylish-haskell., guix-commits, 2019/09/01
- 09/12: gnu: xfce4-xkb-plugin: Update to 0.8.1., guix-commits, 2019/09/01
- 10/12: gnu: xfce4-notifyd: Update to 0.4.4., guix-commits, 2019/09/01
- 11/12: gnu: xfce4-taskmanager: Switch from libwnck-2 to libwnck., guix-commits, 2019/09/01
- 04/12: gnu: Update Xfce base to 4.14.0., guix-commits, 2019/09/01