diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-25 11:47:28 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-25 12:01:41 +0200 |
commit | 9b086a1cd7a1826af84e2adbee6d9080e5ed8ad3 (patch) | |
tree | aa058d57641a00521b88dcd68a77341ebc45ba31 | |
parent | a2f6900761d81ca572a9de92868ed225c2893111 (diff) | |
download | guix-9b086a1cd7a1826af84e2adbee6d9080e5ed8ad3.tar.gz |
gnu: emacs-highlight: Update to 0-2.24366df.
* gnu/packages/emacs-xyz.scm (emacs-highlight): Update to 0-2.24366df. [version]: Use GIT-VERSION.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files 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") |