guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-project: Update to 0.8.2.


From: guix-commits
Subject: 01/05: gnu: emacs-project: Update to 0.8.2.
Date: Thu, 13 Oct 2022 06:54:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dcdb074ecfdffb01c71b164968f939bbd5f8477e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Oct 13 11:34:20 2022 +0200

    gnu: emacs-project: Update to 0.8.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.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 2ac29e8225..eff4a92a97 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -827,13 +827,13 @@ information in the mode line.")
 (define-public emacs-project
   (package
     (name "emacs-project")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/project-"; version 
".tar"))
        (sha256
-        (base32 "0q2js8qihlhchpx2mx0f992ygslsqri2q4iv8kcl4fx31lpp7c1k"))))
+        (base32 "1l5yxw6xqml176vskd5fz2y2dbjh8925g3kyimda4gdprz4y7aci"))))
     (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]