diff options
author | Cayetano Santos <[email protected]> | 2025-01-03 11:38:54 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-01-03 11:59:35 +0100 |
commit | 98141ed8b9d3eabb7139dee1336b53af480c57d9 (patch) | |
tree | d6b8efb0228677f72b6fb75d48b4c9360a70f349 | |
parent | 166625ec0d8e074d17dd763207d230cb01e2b1d1 (diff) |
gnu: emacs-org-board: Update to 1138-2.500fe02.
* gnu/packages/emacs-xyz.scm (emacs-org-board): Update to 1138-2.500fe02.
Signed-off-by: Nicolas Goaziou <[email protected]>
Change-Id: I4ff62f47d0b6bb10d094de25fea623b72f1af2e9
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 049abf7bf1..95321c5d63 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -29762,8 +29762,8 @@ incompatible versions of it.") (license license:gpl3+))) (define-public emacs-org-board - (let ((commit "1393bd46d11a81328ed4fb8471831415a3efe224") - (revision "1")) + (let ((commit "500fe02bc114e5b535a2eb2ab73954d79428168f") + (revision "2")) (package (name "emacs-org-board") (version (git-version "1138" revision commit)) @@ -29775,7 +29775,7 @@ incompatible versions of it.") (file-name (git-file-name name version)) (sha256 (base32 - "1kryrg988c3sbxyp1sdgc6xdv2iz6kiflpzn2rw4z3l4grzab53b")))) + "1mcghw9mmlyqsgxk97hd57495sfx8dp6ig7qgs5xn2b2k0ygv4vf")))) (build-system emacs-build-system) (arguments (list |