me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-fragtog: Update to 0.3.3.

* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.3.3.
Nicolas Goaziou 2021-07-29 09:44:11 +02:00
parent 59dd6dfb91
commit 79a99af640
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -4950,7 +4950,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.2")
(version "0.3.3")
(source
(origin
(method git-fetch)
@ -4959,7 +4959,7 @@ displays the priority part of a heading as your preferred string value.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0cw8903nw0mrn9kppwlypsb6h9m54zrb6y969yj0gnkza6gqy36c"))))
(base32 "02g4a5lsmalc5mcybimx7ils43w3ac6269n9kzcnw59bj0i5kkcj"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-org" ,emacs-org)))