guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-project-x: Update to 0.1.6-0.eafc982.


From: guix-commits
Subject: branch master updated: gnu: emacs-project-x: Update to 0.1.6-0.eafc982.
Date: Wed, 28 Feb 2024 09:09:56 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2b534b699e gnu: emacs-project-x: Update to 0.1.6-0.eafc982.
2b534b699e is described below

commit 2b534b699e383574744b4ecb988e49f04bed31c7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Feb 28 15:09:11 2024 +0100

    gnu: emacs-project-x: Update to 0.1.6-0.eafc982.
    
    * gnu/packages/emacs-xyz.scm (emacs-project-x): Update to 0.1.6-0.eafc982.
    
    Change-Id: I692a3813fbbedcd5c2c36f8d9685efdbf57fe530
---
 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 1a6606252c..b0182056cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39373,7 +39373,7 @@ navigate through it.")
   ;; There is no proper release.
   ;; The base version is extracted from the README.org.
   (let ((revision "0")
-        (commit  "0b78f4e33b994612fcb305b3cf6d3b1e3b62cea7"))
+        (commit "eafc9828f54dddd594887bb28a7249cf1584230c"))
     (package
       (name "emacs-project-x")
       (version (git-version "0.1.6" revision commit))
@@ -39386,7 +39386,7 @@ navigate through it.")
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1xxzxxm0jila5s9sfay6ywj2j8pyz4wwcrycvnrrzh0vxcsgzf9s"))))
+          (base32 "141zym1libs14bpqv27ln8f6csxgy67pgcn1l3f44p15g1rc8mhr"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/karthink/project-x";)
       (synopsis "Enhancement to Emacs built-in Project library")



reply via email to

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