[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/26: gnu: cl-esrap: Update to 0.18-3.4c82a86.
From: |
guix-commits |
Subject: |
17/26: gnu: cl-esrap: Update to 0.18-3.4c82a86. |
Date: |
Thu, 3 Mar 2022 10:22:41 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 90d452c8d16146e55398da91931a21f758558095
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 13:50:26 2022 +0100
gnu: cl-esrap: Update to 0.18-3.4c82a86.
* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-3.4c82a86.
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index aae7f600db..a1f11b3bde 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1686,8 +1686,8 @@ libraries such as Bordeaux-Threads and Eager Future.")
(sbcl-package->ecl-package sbcl-calispel))
(define-public sbcl-esrap
- (let ((commit "866f28fa7a2c1d3fb6d0d0423850d1f9d955750f")
- (revision "2"))
+ (let ((commit "4c82a863871e117f0041b9ef37e61c0b62318aa7")
+ (revision "3"))
(package
(name "sbcl-esrap")
(version (git-version "0.18" revision commit))
@@ -1698,8 +1698,8 @@ libraries such as Bordeaux-Threads and Eager Future.")
(url "https://github.com/scymtym/esrap")
(commit commit)))
(sha256
- (base32 "19rb3dmpw3csqqagmrf80dpk5d2qn0l7fpfmxx5zwdnjk367kbwg"))
- (file-name (git-file-name "esrap" version))))
+ (base32 "16nc3rhxd61xabja1h9akqqva0cmz2gxk0bkaqy10h492wx93d81"))
+ (file-name (git-file-name "cl-esrap" version))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-fiveam))
- 25/26: gnu: cl-mcclim: Update to 0.9.7-2.292343f., (continued)
- 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
- 24/26: gnu: Add cl-dejavu., guix-commits, 2022/03/03
- 26/26: gnu: cl-caveman: Update to 2.4.0.35cd8bc., guix-commits, 2022/03/03
- 17/26: gnu: cl-esrap: Update to 0.18-3.4c82a86.,
guix-commits <=