guix-commits
[Top][All Lists]
Advanced

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

02/36: gnu: emacs-org: Update to 9.6.17.


From: guix-commits
Subject: 02/36: gnu: emacs-org: Update to 9.6.17.
Date: Sun, 21 Jan 2024 18:23:47 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a6ba98f1dae31ae094c31616927b1b3f45b18899
Author: Suhail <suhail@bayesians.ca>
AuthorDate: Thu Jan 4 03:35:38 2024 +0000

    gnu: emacs-org: Update to 9.6.17.
    
    * gnu/packages/emacs-xyz.scm: Update to 9.6.17.
    
    Change-Id: I8f3a76631b588151cceca755730dfd8b7daf248a
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 03cec6267d..f4438f1bc8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16730,7 +16730,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.14")
+    (version "9.6.17")
     (source
      (origin
        (method git-fetch)
@@ -16739,7 +16739,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g59nfx8gqzkqidqvyvh83yd7mahjm9khhr1ccwqj3r4phwpciqx"))))
+        (base32 "1szahr3cn8nkr6ncrf6k8l8fqvxg5ya594kj92grkl13qqmr97mb"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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