guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: emacs-project: Update to 0.9.6.


From: guix-commits
Subject: 02/07: gnu: emacs-project: Update to 0.9.6.
Date: Sun, 29 Jan 2023 09:41:28 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d8b499dafb7b36aec03f5feb5a8878c3648672b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 29 15:23:07 2023 +0100

    gnu: emacs-project: Update to 0.9.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.6.
---
 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 9d51491c4f..6a177ff4ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1002,13 +1002,13 @@ buffer.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.9.5")
+    (version "0.9.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-"; version 
".tar"))
        (sha256
-        (base32 "1d8ky1nvl2hnsnplsix93fmg51fj5kw8dxa1irfgcyv48h65dxzr"))))
+        (base32 "11zxkfv756xsx6c87r66sm3k88hv5f623bp3hh1cp3j97hkd4b4d"))))
     (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]