me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.4.2.
master
Nicolas Goaziou 2022-07-15 13:52:53 +02:00
parent 571a2c60da
commit 9bf9454494
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -5598,7 +5598,7 @@ displays the priority part of a heading as your preferred string value.")
(define-public emacs-org-fragtog (define-public emacs-org-fragtog
(package (package
(name "emacs-org-fragtog") (name "emacs-org-fragtog")
(version "0.4.1") (version "0.4.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5607,7 +5607,7 @@ displays the priority part of a heading as your preferred string value.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1912nlnk5v20szlmxr6y7chvms294z0p0hzdfgi8i3c7yrz7lmsj")))) (base32 "1xag0pdphigk0ilrj2hacai3p6xgl27jji08aa1zlhq7p3rbay7m"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-org)) (list emacs-org))