* [bug#54548] [PATCH] gnu: sbcl-contextl: Update to f4fb3f5.
@ 2022-03-24 15:48 jgart via Guix-patches via
2022-03-25 10:22 ` bug#54548: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-24 15:48 UTC (permalink / raw)
To: 54548; +Cc: jgart
* gnu/packages/lisp-xyz.scm (sbcl-contextl): Update to f4fb3f5.
[version]: Use revision variable.
---
gnu/packages/lisp-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 83b273b971..8dcac50c31 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11952,10 +11952,11 @@ (define-public ecl-lw-compat
(define-public sbcl-contextl
;; No release since 2013.
- (let ((commit "5d18a71a85824f6c25a9f35a21052f967b8b6bb9"))
+ (let ((commit "f4fb3f59b0844788613fc4d1cc0d2b08df9488bb")
+ (revision "2"))
(package
(name "sbcl-contextl")
- (version (git-version "1.0.0" "1" commit))
+ (version (git-version "1.0.0" revision commit))
(source
(origin
(method git-fetch)
@@ -11964,7 +11965,7 @@ (define-public sbcl-contextl
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0gk1izx6l6g48nypmnm9r6mzjx0jixqjj2kc6klf8a88rr5xd226"))))
+ (base32 "0apgznz4g6lpmd86lq7w0xddfjgnirk83ig7p0j6i93xadhy9wh0"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-closer-mop sbcl-lw-compat))
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54548: [PATCH] gnu: sbcl-contextl: Update to f4fb3f5.
2022-03-24 15:48 [bug#54548] [PATCH] gnu: sbcl-contextl: Update to f4fb3f5 jgart via Guix-patches via
@ 2022-03-25 10:22 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-25 10:22 UTC (permalink / raw)
To: jgart; +Cc: 54548-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 6b532de90ecaced8ec94a7405d2525f222cd9576.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-25 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 15:48 [bug#54548] [PATCH] gnu: sbcl-contextl: Update to f4fb3f5 jgart via Guix-patches via
2022-03-25 10:22 ` bug#54548: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).