guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-highlight: Update to 0-2.24366df.


From: guix-commits
Subject: 01/04: gnu: emacs-highlight: Update to 0-2.24366df.
Date: Tue, 25 Oct 2022 06:04:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9b086a1cd7a1826af84e2adbee6d9080e5ed8ad3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 25 11:47:28 2022 +0200

    gnu: emacs-highlight: Update to 0-2.24366df.
    
    * gnu/packages/emacs-xyz.scm (emacs-highlight): Update to 0-2.24366df.
    [version]: Use GIT-VERSION.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5b0e13eb9e..3486e4261a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32031,11 +32031,11 @@ the expectations of each branch to define which one 
to invoke.")
     (license license:expat)))
 
 (define-public emacs-highlight
-  (let ((commit "9258a2b8362d737115cbd87618f947eadb140411")
-        (revision "1"))
+  (let ((commit "24366dfd5062a6902a13a03d724fc099db3121b8")
+        (revision "2"))
     (package
       (name "emacs-highlight")
-      (version "0.0.0")
+      (version (git-version "0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -32045,7 +32045,7 @@ the expectations of each branch to define which one to 
invoke.")
          (file-name (git-file-name name commit))
          (sha256
           (base32
-           "0pbqzgbfkm8smi23j94hirxh2r1yc0ipyjbbv1y906br6bx5c1a8"))))
+           "17r7f4y6b05nq2pzaq8pwww0s6j64vd6fikyv7pliv1n74sljj0d"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/emacsmirror/highlight";)
       (synopsis "Highlighting commands for GNU Emacs")



reply via email to

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