guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-vc-hgcmd: Update to 1.14.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-vc-hgcmd: Update to 1.14.1.
Date: Thu, 21 Oct 2021 18:18:37 -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 a84960f  gnu: emacs-vc-hgcmd: Update to 1.14.1.
a84960f is described below

commit a84960f3371bc77ebddeefbbb007de623cf44a22
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 22 00:17:50 2021 +0200

    gnu: emacs-vc-hgcmd: Update to 1.14.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.1.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5604e4d..0fc1b78 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -457,16 +457,16 @@ a generic Scheme interaction mode for the GNU Emacs 
editor.")
 (define-public emacs-vc-hgcmd
   (package
     (name "emacs-vc-hgcmd")
-    (version "1.14")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/muffinmad/emacs-vc-hgcmd";)
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1mm8lnwii53j32v54aahl8sf3ciwymrvc1rgy4nw2m7hcrnjsb78"))))
+    (version "1.14.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/muffinmad/emacs-vc-hgcmd";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1nlaicza4ds325827ks5gb7zn0nc536k2chq8jwbq34ybvxi93wj"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/muffinmad/emacs-vc-hgcmd";)
     (synopsis "Version control (VC) backend for the Mercurial command server")



reply via email to

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