diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-11-20 12:09:21 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-11-20 12:09:21 +0100 |
commit | 992daa90c8a417f9ed63610ae81770ea5da7b07b (patch) | |
tree | cf0f8fcf8c49a5c6d9ef140a2a43612fce7c8495 | |
parent | cc055349466d56e042c2e71c310142f91aaf78cf (diff) |
gnu: emacs-helm-sly: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.5.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0d9e7d339c..ad8657df41 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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) |