guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-project: Update to 0.5.3.


From: guix-commits
Subject: 02/02: gnu: emacs-project: Update to 0.5.3.
Date: Thu, 17 Dec 2020 04:05:43 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 66e6840af23b97aac4f3743cd6e35afc536fa0d8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 17 10:05:15 2020 +0100

    gnu: emacs-project: Update to 0.5.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.5.3.
---
 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 e747b12..befef06 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -345,14 +345,14 @@ when typing parentheses directly or commenting out code 
line by line.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.5.2")
+    (version "0.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "project-" version ".el"))
        (sha256
-        (base32 "181hls4phhj8kgpfcky6h0mgzpl9xj616abvcvx8mrn4nmpyh655"))))
+        (base32 "0cpf69m41h8gfcqnq72h11925zdk35b7hw7bfy83xm83xwp12rxx"))))
     (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]