mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-node: Update to 2.4.2.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 2.4.2. Change-Id: I36370b73d798c638b774260c1ad5b89cd31f87b4
This commit is contained in:
parent
81e27cda5e
commit
a98cd5a6bd
1 changed files with 2 additions and 2 deletions
|
@ -40601,7 +40601,7 @@ personal wiki.")
|
|||
(define-public emacs-org-node
|
||||
(package
|
||||
(name "emacs-org-node")
|
||||
(version "2.4.1")
|
||||
(version "2.4.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -40610,7 +40610,7 @@ personal wiki.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yvc61ydz8c8wms5pwb14v67da7w4l3xvd5w4x83qf81d9f44w9v"))))
|
||||
"03600cxy8dr2sd49d07v61izxpvdxgfyiangjzkbma4qdpbkmjgh"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; fails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue