guix-commits
[Top][All Lists]
Advanced

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

58/78: gnu: emacs-org: Update to 9.6.19.


From: guix-commits
Subject: 58/78: gnu: emacs-org: Update to 9.6.19.
Date: Fri, 23 Feb 2024 03:12:12 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 0c5ca5137ddd3387e6fa8934a1e9fcf14abc631d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 14:51:58 2024 +0100

    gnu: emacs-org: Update to 9.6.19.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.19.
    
    Change-Id: I3b335d214b82868eea39346c06db4e81165122ee
---
 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 2bab584478..781deb85b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16798,7 +16798,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.6.17")
+    (version "9.6.19")
     (source
      (origin
        (method git-fetch)
@@ -16807,7 +16807,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1szahr3cn8nkr6ncrf6k8l8fqvxg5ya594kj92grkl13qqmr97mb"))))
+        (base32 "0yxicr9z6drsaybp8jl0jmslcqbz0np4gzzkr70j8pq3x9y69i7z"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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