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.6.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-sly: Update to 0.6.0.
Date: Fri, 15 Jan 2021 04:10:58 -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 c03875b  gnu: emacs-helm-sly: Update to 0.6.0.
c03875b is described below

commit c03875b0361f114634caeb54935fe37a9b7b05af
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri Jan 15 10:09:30 2021 +0100

    gnu: emacs-helm-sly: Update to 0.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.6.0.
---
 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 e35a29c..ac6a63e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20194,7 +20194,7 @@ correctly.")
 (define-public emacs-helm-sly
   (package
     (name "emacs-helm-sly")
-    (version "0.5.1")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -20203,7 +20203,7 @@ correctly.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13s2dj09mcdwlibjlahyyq2dxjkjlpxs88dbdyvcd64249jmahsx"))))
+                "047b1qhabdymgr8c3y8xj4w1rngip4mnypg8br8kavcl8fycbaa0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)



reply via email to

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