guix-commits
[Top][All Lists]
Advanced

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

42/53: gnu: emacs-org: Update to 9.6.14.


From: guix-commits
Subject: 42/53: gnu: emacs-org: Update to 9.6.14.
Date: Mon, 1 Jan 2024 20:26:09 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 80bbdf4f106c2716c82eda5d35bdb67757e3f717
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:24:00 2024 +0100

    gnu: emacs-org: Update to 9.6.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.14.
    
    Change-Id: I75bd6ce590f269c2796ebf63a7b9ff51cf9d1b6e
---
 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 4dced7f78c..6211a8e0e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16526,7 +16526,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.12")
+    (version "9.6.14")
     (source
      (origin
        (method git-fetch)
@@ -16535,7 +16535,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1anzvsa7kj2rp419qc5rv8jz50h7np391lcgbxcin727njyc7wpr"))))
+        (base32 "0g59nfx8gqzkqidqvyvh83yd7mahjm9khhr1ccwqj3r4phwpciqx"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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