guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-slime-volleyball: Update to 1.1.7.


From: guix-commits
Subject: branch master updated: gnu: emacs-slime-volleyball: Update to 1.1.7.
Date: Wed, 02 Dec 2020 15:44:31 -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 639f648  gnu: emacs-slime-volleyball: Update to 1.1.7.
639f648 is described below

commit 639f64823b3c038f752695947dacfc571ec0cf2f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 2 21:43:13 2020 +0100

    gnu: emacs-slime-volleyball: Update to 1.1.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-slime-volleyball): Update to 1.1.7.
---
 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 01de58b..c9dbb24 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23021,14 +23021,14 @@ JIRA issue servers.")
 (define-public emacs-slime-volleyball
   (package
     (name "emacs-slime-volleyball")
-    (version "1.1.6")
+    (version "1.1.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "slime-volleyball-" version ".tar"))
        (sha256
-        (base32 "1jsx889j09jbib9v3jzn3k2hn71jzdyc5yv4f010l6fknbsfi7lr"))))
+        (base32 "0dl1x0ghfwg4vv2asz3g4plghjxpzd56fyw09vsa3s3k9xsmy3yy"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.svg$" "\\.b64$" "slime\\.el\\.gz$")))
     (home-page "http://elpa.gnu.org/packages/slime-volleyball.html";)



reply via email to

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