* [bug#66007] [PATCH]: Update sbcl-nkeymaps
@ 2023-09-15 17:45 André A. Gomes
2023-09-21 14:52 ` bug#66007: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-09-15 17:45 UTC (permalink / raw)
To: 66007
[-- Attachment #1: Type: text/plain, Size: 120 bytes --]
Hello Guix,
Please find the patch attached. Thanks.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-nkeymaps-Update-to-1.1.0.patch --]
[-- Type: text/x-patch, Size: 1308 bytes --]
From 4170207bdf945b6dcc820fe22f1f99c9bd9871cc Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Fri, 15 Sep 2023 20:44:18 +0300
Subject: [PATCH] gnu: sbcl-nkeymaps: Update to 1.1.0.
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.0.
---
gnu/packages/lisp-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 69686dbed9..308e16a4eb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26529,7 +26529,7 @@ (define-public ecl-clog
(define-public sbcl-nkeymaps
(package
(name "sbcl-nkeymaps")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -26538,11 +26538,12 @@ (define-public sbcl-nkeymaps
(commit version)))
(file-name (git-file-name "cl-nkeymaps" version))
(sha256
- (base32 "1f7s9g5s9riyyrbj8lyvzlvymdbh9x9sknxmjzfrkbz3iqlpanc3"))))
+ (base32 "08q3bmb3i7mjpm83msp1qgpifpzf019ggikbxwc2dk04i3c2w0vv"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
sbcl-fset
+ sbcl-cl-str
sbcl-trivial-package-local-nicknames))
(native-inputs
(list sbcl-lisp-unit2))
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#66007: [PATCH]: Update sbcl-nkeymaps
2023-09-15 17:45 [bug#66007] [PATCH]: Update sbcl-nkeymaps André A. Gomes
@ 2023-09-21 14:52 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-09-21 14:52 UTC (permalink / raw)
To: André A. Gomes; +Cc: 66007-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as c46fe3ed743dde2fb4b15e578e6985d888ce87e4.
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:[~2023-09-21 14:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 17:45 [bug#66007] [PATCH]: Update sbcl-nkeymaps André A. Gomes
2023-09-21 14:52 ` bug#66007: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.