guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-repo: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-repo: Update to 0.2.0.
Date: Wed, 17 Feb 2021 09:19:46 -0500

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 d59734d  gnu: emacs-repo: Update to 0.2.0.
d59734d is described below

commit d59734d2c1b2375039ce5fb85dfb527ad059590f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 15:19:05 2021 +0100

    gnu: emacs-repo: Update to 0.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-repo): Update to 0.2.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c8e6fd8..b112dfc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21245,7 +21245,7 @@ convenient to edit foreign files.")
 (define-public emacs-repo
   (package
     (name "emacs-repo")
-    (version "0.1.3")
+    (version "0.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -21254,7 +21254,7 @@ convenient to edit foreign files.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"))))
+                "0jgiawdnzjlrpx2j1y6djwbqncdpmyfd31q1qf1890049y8ppxnb"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("emacs-el-mock" ,emacs-el-mock)



reply via email to

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