guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-nkeymaps: Update to 1.0.0.


From: guix-commits
Subject: branch master updated: gnu: sbcl-nkeymaps: Update to 1.0.0.
Date: Mon, 04 Jul 2022 05:03:41 -0400

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

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7cddd130df gnu: sbcl-nkeymaps: Update to 1.0.0.
7cddd130df is described below

commit 7cddd130df4c7e872ff05693b24643302adcbbc7
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 11:03:06 2022 +0200

    gnu: sbcl-nkeymaps: Update to 1.0.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.0.0.
---
 gnu/packages/lisp-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ea4d59078a..3d6ce68fb8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21570,7 +21570,7 @@ in a native template application).")
 (define-public sbcl-nkeymaps
   (package
     (name "sbcl-nkeymaps")
-    (version "0.1.1")
+    (version "1.0.0")
     (source
      (origin
        (method git-fetch)
@@ -21579,15 +21579,14 @@ in a native template application).")
              (commit version)))
        (file-name (git-file-name "cl-nkeymaps" version))
        (sha256
-        (base32 "0shkklc3aiq44hyv1q6fahw4vjcr0iw4zsmxbhmxqh04r7185ddf"))))
+        (base32 "1f7s9g5s9riyyrbj8lyvzlvymdbh9x9sknxmjzfrkbz3iqlpanc3"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-alexandria
-           sbcl-cl-str
            sbcl-fset
            sbcl-trivial-package-local-nicknames))
     (native-inputs
-     (list sbcl-prove))
+     (list sbcl-lisp-unit2))
     (home-page "https://github.com/atlas-engineer/nkeymaps";)
     (synopsis "Keymap facility for Common Lisp")
     (description



reply via email to

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