ngz pushed a commit to branch master
in repository guix.
commit 4ff2c8e32a944eec7a50cafc92084d0a8d953cb5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 09:28:58 2025 +0100
gnu: emacs-org-remark: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-remark): Update to 1.3.0.
Change-Id: I4d0acd9537fdfc2fccde40781c21a93b268d1c1e
---
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 d357c725d6..e8d732de76 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16279,7 +16279,7 @@ efficient tabs plugin for Emacs with a lot of
customization options.")
(define-public emacs-org-remark
(package
(name "emacs-org-remark")
- (version "1.2.2")
+ (version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -16288,7 +16288,7 @@ efficient tabs plugin for Emacs with a lot of
customization options.")
(file-name (git-file-name name version))
(sha256
(base32
- "1b6nmd64jzy6a7fz4x5p276sl36xa72y3ajbl72vr5ndqp94rlz1"))))
+ "0npw7niqjhxspnaw4f2wnrjz5wr7qfkib0865hcri3aq8ccd46xr"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-org))
(home-page "https://nobiot.github.io/org-remark/")