[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-project: Update to 0.8.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-project: Update to 0.8.1. |
Date: |
Tue, 12 Oct 2021 02:58:57 -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 bd99340 gnu: emacs-project: Update to 0.8.1.
bd99340 is described below
commit bd99340de6eacb9b157fcd65bb6060a8e3df2ff5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 12 08:58:09 2021 +0200
gnu: emacs-project: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.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 3a37b16..375e0ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -630,13 +630,13 @@ when typing parentheses directly or commenting out code
line by line.")
(define-public emacs-project
(package
(name "emacs-project")
- (version "0.8.0")
+ (version "0.8.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version
".tar"))
(sha256
- (base32 "05q2zr661bn2h6pdvyv3apdajfxnsx0rb0n5np8cg98a7gw4zyxd"))))
+ (base32 "1x3zkbjsi04v5ny3yxqrb75vcacrj9kxmpm9mvkp0n07j5g34f68"))))
(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.8.1.,
guix-commits <=