guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-helm-sly: Update to 0.7.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-sly: Update to 0.7.2.
Date: Fri, 05 Feb 2021 09:28:03 -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 76777ae  gnu: emacs-helm-sly: Update to 0.7.2.
76777ae is described below

commit 76777ae67688636ba1d8264d8b6791806f96b00a
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri Feb 5 15:27:44 2021 +0100

    gnu: emacs-helm-sly: Update to 0.7.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.7.2.
---
 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 123a2f3..584ea26 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20415,7 +20415,7 @@ correctly.")
 (define-public emacs-helm-sly
   (package
     (name "emacs-helm-sly")
-    (version "0.7.1")
+    (version "0.7.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -20424,7 +20424,7 @@ correctly.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12w1j1irgv6gy48zb4xi28ryan3fxd9kaay42798am5i1xa0yjjm"))))
+                "06x8wyx1r0s7askkvlbklgz1cszv34qsvv3gryndw350smk1v8kx"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]