[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-helm-sly: Update to 0.5.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-helm-sly: Update to 0.5.1. |
Date: |
Fri, 20 Nov 2020 06:09:42 -0500 |
This is an automated email from the git hooks/post-receive script.
ambrevar pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 992daa9 gnu: emacs-helm-sly: Update to 0.5.1.
992daa9 is described below
commit 992daa90c8a417f9ed63610ae81770ea5da7b07b
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri Nov 20 12:09:21 2020 +0100
gnu: emacs-helm-sly: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.5.1.
---
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 0d9e7d3..ad8657d 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-helm-sly: Update to 0.5.1.,
guix-commits <=