guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: emacs-org: Update to 9.6.7.


From: guix-commits
Subject: 09/10: gnu: emacs-org: Update to 9.6.7.
Date: Fri, 30 Jun 2023 19:15:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6141a0159c2ed490da2701adf3751f42a94fabab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 1 00:57:48 2023 +0200

    gnu: emacs-org: Update to 9.6.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.7.
---
 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 b51fef0939..5e487e7c38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15604,7 +15604,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.6")
+    (version "9.6.7")
     (source
      (origin
        (method git-fetch)
@@ -15613,7 +15613,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1z3n2dzvgr225f33lvpwwdssrw32lsa1c27l2h9irzv7p33pl1zf"))))
+        (base32 "0b8ys2syk33kz4qygwy2qvkvv4g10hj4zdjfr5iw911v1rp61vcr"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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