guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-project: Update to 0.6.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-project: Update to 0.6.1.
Date: Wed, 11 Aug 2021 08:34:59 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a192ea3  gnu: emacs-project: Update to 0.6.1.
a192ea3 is described below

commit a192ea31a0f48ed8277b7686d829d78d2ba06be4
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue Aug 10 11:11:20 2021 +0200

    gnu: emacs-project: Update to 0.6.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.6.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 3833875..50bd711 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -631,13 +631,13 @@ when typing parentheses directly or commenting out code 
line by line.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.6.0")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-"; version 
".tar"))
        (sha256
-        (base32 "0m0r1xgz1ffx6mi2gjz1dkgrn89sh4y5ysi0gj6p1w05bf8p0lc0"))))
+        (base32 "174fli3swbn67qcs9isv70vwrf6r41mak6dbs98gia89rlb71c8v"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-xref" ,emacs-xref)))
     (home-page "http://elpa.gnu.org/packages/project.html";)



reply via email to

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