guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-slime-company: Update to 1.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-slime-company: Update to 1.6.
Date: Wed, 17 Feb 2021 08:30:20 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c7ea1c5  gnu: emacs-slime-company: Update to 1.6.
c7ea1c5 is described below

commit c7ea1c51213a1f779c820bdc3bf91619ff92191d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:29:51 2021 +0100

    gnu: emacs-slime-company: Update to 1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-slime-company): Update to 1.6.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 11de05c..f163533 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18108,7 +18108,7 @@ sections for bookmarks, projectil projects, org-agenda 
and more. ")
 (define-public emacs-slime-company
   (package
     (name "emacs-slime-company")
-    (version "1.1")
+    (version "1.6")
     (source
      (origin
        (method git-fetch)
@@ -18117,7 +18117,7 @@ sections for bookmarks, projectil projects, org-agenda 
and more. ")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"))))
+        (base32 "05dnnc4ms5c9yp9h65k2gbkg3pw9k38nx5wzlwdlfr4shqmw54w0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-slime" ,emacs-slime)



reply via email to

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