guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: emacs-org: Update to 9.6.5.


From: guix-commits
Subject: 06/14: gnu: emacs-org: Update to 9.6.5.
Date: Wed, 3 May 2023 07:25:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 118096daff80b59f037406d4a59082b132762772
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 3 09:54:50 2023 +0200

    gnu: emacs-org: Update to 9.6.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.5.
---
 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 90ef79ef84..aaba034d89 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15359,7 +15359,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.4")
+    (version "9.6.5")
     (source
      (origin
        (method git-fetch)
@@ -15368,7 +15368,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0n285p8az9386jdfixv8bzkjx5agdfyfg9a122nnk1km15j53xdj"))))
+        (base32 "1dpqds0cx56va8cpvvhiqi116h7c4msfqxzvhnamm99ab4ccck1a"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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