me
/
guix
Archived
1
0
Fork 0

gnu: emacs-slime-volleyball: Update to 1.1.7.

* gnu/packages/emacs-xyz.scm (emacs-slime-volleyball): Update to 1.1.7.
master
Nicolas Goaziou 2020-12-02 21:43:13 +01:00
parent a31ea8588c
commit 639f64823b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")