guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: emacs-project: Update to 0.9.8.


From: guix-commits
Subject: 02/13: gnu: emacs-project: Update to 0.9.8.
Date: Mon, 20 Feb 2023 08:06:21 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 79b10602796b6674a365fc4434b73a3b31142be7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 20 13:32:08 2023 +0100

    gnu: emacs-project: Update to 0.9.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.8.
---
 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 73e6e0b223..1645fea869 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -987,13 +987,13 @@ buffer.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.9.7")
+    (version "0.9.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-"; version 
".tar"))
        (sha256
-        (base32 "0lj21hdf0jviwq71bnzy5ffzw23p2slpcgy89chc1fn8gx0flhak"))))
+        (base32 "0i1q9blvpj3bygjh98gv0kqn2rm01b8lqp9vra82sy3hzzj39pyx"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-xref))
     (home-page "https://elpa.gnu.org/packages/project.html";)



reply via email to

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