guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: emacs-diff-hl: Update to 1.9.1.


From: guix-commits
Subject: 06/09: gnu: emacs-diff-hl: Update to 1.9.1.
Date: Fri, 13 Jan 2023 16:59:40 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2872e7fd57ee322ecdf5959d1129b5dc5159fc7e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 13 22:41:45 2023 +0100

    gnu: emacs-diff-hl: Update to 1.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.9.1.
---
 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 5ef3f54a9e..7b5a4e676f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16098,10 +16098,10 @@ actually changing the buffer's text.")
 
 (define-public emacs-diff-hl
   ;;; XXX: Latest release is not tagged.  Use commit matching version bump.
-  (let ((commit "37b00f3bad841e131d69442a89cbebc3041d996b"))
+  (let ((commit "8f2e4eb345f0639c8fc41e3f7576f77ba6987655"))
     (package
       (name "emacs-diff-hl")
-      (version "1.9.0")
+      (version "1.9.1")
       (source
        (origin
          (method git-fetch)
@@ -16110,7 +16110,7 @@ actually changing the buffer's text.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0s3fcwk6c99n2q25bf0a33lphr9mcrxmvr5wz8qsj86jfbyi1is1"))))
+          (base32 "1c265083zyqi33sf3mpkk1n7pyfkrzxg4dacx0b787ypbj1sls16"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/dgutov/diff-hl";)
       (synopsis



reply via email to

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