guix-commits
[Top][All Lists]
Advanced

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

14/20: gnu: emacs-org: Update to 9.6.4.


From: guix-commits
Subject: 14/20: gnu: emacs-org: Update to 9.6.4.
Date: Sun, 16 Apr 2023 09:51:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b0961b42dd9d6460782260fca617783743445ba2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Apr 16 14:23:16 2023 +0200

    gnu: emacs-org: Update to 9.6.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.4.
---
 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 18791e56e2..81dd445b3e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15288,7 +15288,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.3")
+    (version "9.6.4")
     (source
      (origin
        (method git-fetch)
@@ -15297,7 +15297,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gsvhqn93mlgzhwhy5ynb03fbvl55zdfbbdgzh0y42ffyc643v8p"))))
+        (base32 "0n285p8az9386jdfixv8bzkjx5agdfyfg9a122nnk1km15j53xdj"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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