GNU bug report logs -
#68238
[PATCH 0/2] gnu: emacs-org: Update to 9.6.15 + style fix
Previous Next
Reported by: Suhail <suhail <at> bayesians.ca>
Date: Thu, 4 Jan 2024 03:30:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 68238 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm: Update to 9.6.15.
Change-Id: I8f3a76631b588151cceca755730dfd8b7daf248a
---
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 2a24f4a106..e96a162721 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16533,7 +16533,7 @@ (define-public emacs-neotree
(define-public emacs-org
(package
(name "emacs-org")
- (version "9.6.14")
+ (version "9.6.15")
(source
(origin
(method git-fetch)
@@ -16542,7 +16542,7 @@ (define-public emacs-org
(commit (string-append "release_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0g59nfx8gqzkqidqvyvh83yd7mahjm9khhr1ccwqj3r4phwpciqx"))))
+ (base32 "1pd2v7496i52siz2q1v64n1v23f6j33rf5jx46fqbm16m3ldcjwl"))))
(build-system emacs-build-system)
(arguments
(list
--
2.43.0
This bug report was last modified 1 year and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.