guix-commits
[Top][All Lists]
Advanced

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

01/42: gnu: emacs-project: Update to 0.10.0.


From: guix-commits
Subject: 01/42: gnu: emacs-project: Update to 0.10.0.
Date: Tue, 3 Oct 2023 16:54:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 34412094caea7386e77295d5b83c1d48c9b9c67b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 13:35:03 2023 +0200

    gnu: emacs-project: Update to 0.10.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.10.0.
---
 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 2e0b094d85..27e9fcb1ea 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1269,13 +1269,13 @@ face properties and allows configuration of faces and 
colors.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.9.8")
+    (version "0.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-"; version 
".tar"))
        (sha256
-        (base32 "0i1q9blvpj3bygjh98gv0kqn2rm01b8lqp9vra82sy3hzzj39pyx"))))
+        (base32 "060iw06c60vjy1bp771zz0n24x4s7kpyvdjs51147v2kz35n08pb"))))
     (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]