guix-commits
[Top][All Lists]
Advanced

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

44/244: gnu: emacs-org: Update to 9.6.3.


From: guix-commits
Subject: 44/244: gnu: emacs-org: Update to 9.6.3.
Date: Wed, 12 Apr 2023 08:47:17 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 1c4c7cef60d37620d1abf48e87084a659c1135ab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Apr 3 18:45:07 2023 +0200

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



reply via email to

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