guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: emacs-project: Update to 0.9.2.


From: guix-commits
Subject: 10/13: gnu: emacs-project: Update to 0.9.2.
Date: Mon, 5 Dec 2022 14:52:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f0eda491d6a890164f3c6b24c72d916c130f696e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 5 20:51:14 2022 +0100

    gnu: emacs-project: Update to 0.9.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.2.
---
 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 26a03cb798..e64e4d95f9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -915,13 +915,13 @@ buffer.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.8.3")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-"; version 
".tar"))
        (sha256
-        (base32 "15x6nbvyy592fwn36syxi9719sknvrm4bwnpyc16z9jn2xm62q3p"))))
+        (base32 "0g4cnh771jjwjqhja0kwsv0162ff2xidpk8b6s3r5rzjc9inpcq7"))))
     (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]