[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-project: Update to 0.7.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-project: Update to 0.7.1. |
Date: |
Sun, 19 Sep 2021 09:57:58 -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 a67d6c0 gnu: emacs-project: Update to 0.7.1.
a67d6c0 is described below
commit a67d6c0c5573d0532bb10de0647cd3c5a0266ff3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 19 15:54:54 2021 +0200
gnu: emacs-project: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.7.1.
---
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 9797503..65c69ac 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -634,13 +634,13 @@ when typing parentheses directly or commenting out code
line by line.")
(define-public emacs-project
(package
(name "emacs-project")
- (version "0.6.1")
+ (version "0.7.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version
".tar"))
(sha256
- (base32 "174fli3swbn67qcs9isv70vwrf6r41mak6dbs98gia89rlb71c8v"))))
+ (base32 "1ip8s924n50mmh068p42zi0ylvv79a2pi9sji1c2pqj2q19d7jr6"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-xref" ,emacs-xref)))
(home-page "http://elpa.gnu.org/packages/project.html")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-project: Update to 0.7.1.,
guix-commits <=