guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: cl-nkeymaps: Update to 1.1.0.


From: guix-commits
Subject: branch master updated: gnu: cl-nkeymaps: Update to 1.1.0.
Date: Mon, 18 Sep 2023 05:14:13 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c46fe3ed74 gnu: cl-nkeymaps: Update to 1.1.0.
c46fe3ed74 is described below

commit c46fe3ed743dde2fb4b15e578e6985d888ce87e4
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Fri Sep 15 20:44:18 2023 +0300

    gnu: cl-nkeymaps: Update to 1.1.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.0.
      [inputs]: Add sbcl-cl-str.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 1d88654962..c6f66db840 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26528,7 +26528,7 @@ in a native template application).")
 (define-public sbcl-nkeymaps
   (package
     (name "sbcl-nkeymaps")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -26537,11 +26537,12 @@ in a native template application).")
              (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]