mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-org-fragtog: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.3.1.
This commit is contained in:
parent
66fc803a77
commit
1fda5588b7
1 changed files with 2 additions and 2 deletions
|
@ -4316,7 +4316,7 @@ displays the priority part of a heading as your preferred string value.")
|
|||
(define-public emacs-org-fragtog
|
||||
(package
|
||||
(name "emacs-org-fragtog")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4325,7 +4325,7 @@ displays the priority part of a heading as your preferred string value.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rzi67lb3mxqg3x6d8zx6rxncg7lw14agqwbh7zvgc2iins59j0f"))))
|
||||
(base32 "1szkx3n9gk6799rxv0jb3096pn2ssz82536x9a98xqwbimy4kvn6"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-org" ,emacs-org)))
|
||||
|
|
Loading…
Reference in a new issue