guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: emacs-nhexl-mode: Update to 1.4.


From: guix-commits
Subject: 08/08: gnu: emacs-nhexl-mode: Update to 1.4.
Date: Thu, 17 Oct 2019 01:13:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0230b92fde80b2288028582434034ad0827a61b1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 17 06:35:15 2019 +0200

    gnu: emacs-nhexl-mode: Update to 1.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.4.
---
 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 e2f2f3c..82787bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18542,7 +18542,7 @@ as:
 (define-public emacs-nhexl-mode
   (package
     (name "emacs-nhexl-mode")
-    (version "1.3")
+    (version "1.4")
     (source
      (origin
        (method url-fetch)
@@ -18550,7 +18550,7 @@ as:
              "https://elpa.gnu.org/packages/nhexl-mode-";
              version ".el"))
        (sha256
-        (base32 "1fcy4ybr12dvswmzaqkv4798snb1x1y7ldxwrsgjv5sx7bb5j60z"))))
+        (base32 "1c2q4w6hkvc7z4026hiqdcsm2scd6q35x7b0dk80h8qicsbi14c8"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/nhexl-mode.html";)
     (synopsis "Minor mode to edit files via hex-dump format")



reply via email to

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