[PATCH] gnu: emacs-org: Update to 9.6.30.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Suhail Singh
Owner
unassigned
Submitted by
Suhail Singh
Severity
normal
S
S
Suhail Singh wrote on 22 May 17:05 +0200
(name . Guix-patches mailing list)(address . guix-patches@gnu.org)
ccf77a667e9923c1074c7949577d3152b7563f40.1716390209.git.suhail@bayesians.ca
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.30.

Change-Id: I3049798cce9d903c4bee14c930d7862872bb8774
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4ca9eff671..d0fc37fcfa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17115,7 +17115,7 @@ (define-public emacs-neotree
(define-public emacs-org
(package
(name "emacs-org")
- (version "9.6.28")
+ (version "9.6.30")
(source
(origin
(method git-fetch)
@@ -17124,7 +17124,7 @@ (define-public emacs-org
(commit (string-append "release_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fp7arax4wjzgbcqvmj7xrcjipqskhlznsc6q5cb32dvb7akn1ni"))))
+ (base32 "0v4b3yl4limrq3jgf0jvvx73cs7d36p14c2x93pdvn50mjykii3f"))))
(build-system emacs-build-system)
(arguments
(list

base-commit: 4955589f2f343e1862dfae7831d1fc548811d59b
--
2.45.1
L
L
Ludovic Courtès wrote on 2 Jun 20:27 +0200
(name . Suhail Singh)(address . suhailsingh247@gmail.com)
878qznkxnp.fsf@gnu.org
Hi,

"Suhail Singh" <suhailsingh247@gmail.com> skribis:

Toggle quote (4 lines)
> * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.30.
>
> Change-Id: I3049798cce9d903c4bee14c930d7862872bb8774

Finally applied (I hear there’s a new release though!).

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71122@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71122
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch