guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: emacs-org: Update to 9.7.17.


From: guix-commits
Subject: 04/09: gnu: emacs-org: Update to 9.7.17.
Date: Tue, 10 Dec 2024 20:45:36 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 76b3172cb60f373417f098554f3ef484c6acb4b2
Author: Suhail Singh <suhailsingh247@gmail.com>
AuthorDate: Mon Dec 2 13:00:12 2024 -0500

    gnu: emacs-org: Update to 9.7.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.7.17.
    
    Change-Id: I61387692581c83e027e5232e307e9a062cf207c5
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 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 95dd359cfb..558bc51e4f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18012,7 +18012,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.7.14")
+    (version "9.7.17")
     (source
      (origin
        (method git-fetch)
@@ -18021,7 +18021,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c6f4rjkld32hc2m8c5kc1jzip5k56bjzm4f12nc7ipsd3yywvwf"))))
+        (base32 "0zr5md07f252wxmvp3mna8sslzlqmnc2lmnnnx6zmp695r4227za"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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