guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.


From: guix-commits
Subject: branch master updated: gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.
Date: Sun, 02 Aug 2020 11:51:32 -0400

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1acbed6  gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.
1acbed6 is described below

commit 1acbed64e3564ea9c84e981cb13d41ca138fa7ca
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 2 18:48:00 2020 +0300

    gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.
    
    * gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18e0732..f857b59 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1740,8 +1740,8 @@ web browsers, but follows the flow and keybindings of 
Isearch.")
 (define-public emacs-dhall-mode
   ;; There is no proper release.  The base version is extracted from the
   ;; "Version" keyword in the main file.
-  (let ((revision "0")
-        (commit  "ef4d33debe224c6ba37e51a29b9dc8b74f20f1c2"))
+  (let ((revision "1")
+        (commit  "484bcf8f78f1183ef45c3b04a362bb73690c6b9b"))
     (package
       (name "emacs-dhall-mode")
       (version (git-version "0.1.3" revision commit))
@@ -1754,7 +1754,7 @@ web browsers, but follows the flow and keybindings of 
Isearch.")
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1232y2k4l3bsz90pgis78zxmrw7jv09dfaip21yc1w4vpxfyr384"))))
+          (base32 "1wggg8jlzg9rph4jhxp6yiri178rnasbv38838i973kjgqjxrl76"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-reformatter" ,emacs-reformatter)))



reply via email to

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