guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: emacs-org: Update to 9.6.2.


From: guix-commits
Subject: 08/14: gnu: emacs-org: Update to 9.6.2.
Date: Thu, 30 Mar 2023 06:22:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 26fd5755a60202d117c6d72c80c4f934dfcc68fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Mar 30 11:47:17 2023 +0200

    gnu: emacs-org: Update to 9.6.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.2.
---
 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 a76c4f4991..dc08204398 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15208,7 +15208,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.1")
+    (version "9.6.2")
     (source
      (origin
        (method git-fetch)
@@ -15217,7 +15217,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0iycj54ksanx6n3s06xhf0ax1cqjdcxynmz6cby27bcsj0sqflnp"))))
+        (base32 "0z1251fb9zn09cpv6ici3rqnfwjhm1rp5q36n17z7snd0dkh0x7h"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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