gnu: emacs-org-fragtog: Update to 0.4.2.
* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.4.2.master
parent
571a2c60da
commit
9bf9454494
|
@ -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))
|
||||||
|
|
Reference in New Issue