me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm-sly: Update to 0.5.1.

* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.5.1.
master
Pierre Neidhardt 2020-11-20 12:09:21 +01:00
parent cc05534946
commit 992daa90c8
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -19374,7 +19374,7 @@ correctly.")
(define-public emacs-helm-sly
(package
(name "emacs-helm-sly")
(version "0.5.0")
(version "0.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -19383,7 +19383,7 @@ correctly.")
(file-name (git-file-name name version))
(sha256
(base32
"1690rxwwg69jbcjhi51nyjlx3gziaiaa8ssyal71gmc6schq2592"))))
"13s2dj09mcdwlibjlahyyq2dxjkjlpxs88dbdyvcd64249jmahsx"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)