[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-helm-sly: Update to 0.7.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-helm-sly: Update to 0.7.1. |
Date: |
Wed, 27 Jan 2021 06:28:21 -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 bde77a8 gnu: emacs-helm-sly: Update to 0.7.1.
bde77a8 is described below
commit bde77a83243679870907e5d8f8132958a00a7f52
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Jan 27 12:28:01 2021 +0100
gnu: emacs-helm-sly: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.7.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 9e276d9..8e87f88 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20290,7 +20290,7 @@ correctly.")
(define-public emacs-helm-sly
(package
(name "emacs-helm-sly")
- (version "0.7.0")
+ (version "0.7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -20299,7 +20299,7 @@ correctly.")
(file-name (git-file-name name version))
(sha256
(base32
- "090vq8c4scf9byn8xic71b02n4c8frhz1y1x1brxn6iar44dmzm5"))))
+ "12w1j1irgv6gy48zb4xi28ryan3fxd9kaay42798am5i1xa0yjjm"))))
(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.7.1.,
guix-commits <=