mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
1e992d05f5
commit
4ff2c8e32a
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue