guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-nhexl-mode: Update to 1.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-nhexl-mode: Update to 1.5.
Date: Sat, 06 Jun 2020 10:22:33 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ad05ef  gnu: emacs-nhexl-mode: Update to 1.5.
8ad05ef is described below

commit 8ad05ef697bd239fd9115d9b5e6e69661dcfdca3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 6 16:21:26 2020 +0200

    gnu: emacs-nhexl-mode: Update to 1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.5.
    [description]: Remove trailing newline character.
---
 gnu/packages/emacs-xyz.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7fa1ca5..378fd20 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20427,15 +20427,14 @@ as:
 (define-public emacs-nhexl-mode
   (package
     (name "emacs-nhexl-mode")
-    (version "1.4")
+    (version "1.5")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://elpa.gnu.org/packages/nhexl-mode-";
-             version ".el"))
+       (uri (string-append "https://elpa.gnu.org/packages/";
+                           "nhexl-mode-" version ".el"))
        (sha256
-        (base32 "1c2q4w6hkvc7z4026hiqdcsm2scd6q35x7b0dk80h8qicsbi14c8"))))
+        (base32 "0qvxfg7sv4iqyjxzaim6b4v9k5hav36qd4vkf9jwzw6p5fri8w8d"))))
     (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")
@@ -20459,7 +20458,7 @@ moving text.  In this minor mode, not only 
self-inserting keys overwrite
 existing text, but commands like `yank' and @command{kill-region} as well.
 @item It overrides @code{C-u} to use hexadecimal, so you can do @code{C-u a 4
 C-f} to advance by #xa4 characters.
-@end itemize\n")
+@end itemize")
     (license license:gpl3+)))
 
 (define-public emacs-helm-wikipedia



reply via email to

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