guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-hy-mode: Update to 1.0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-hy-mode: Update to 1.0.4.
Date: Sat, 20 Jun 2020 23:42:27 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 11fab4a  gnu: emacs-hy-mode: Update to 1.0.4.
11fab4a is described below

commit 11fab4a85adbd902e15ba51f2eb6c2f3057725fb
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jun 21 11:38:20 2020 +0800

    gnu: emacs-hy-mode: Update to 1.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-hy-mode): Update to 1.0.4.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 32d905a..b621c24 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14621,7 +14621,7 @@ documentation.")
 (define-public emacs-hy-mode
   (package
     (name "emacs-hy-mode")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
@@ -14630,7 +14630,7 @@ documentation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z"))))
+        (base32 "0gihxlmfminadaqdr8d2zccd7wwygl3m0gfzxsk5izi7f8hl4w7f"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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