mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-rainbow-tags: Update to 0.1-pre-1.dfe3604.
This change also fixes build failure of the package. * gnu/packages/emacs-xyz.scm (emacs-org-rainbow-tags): Update to 0.1-pre-1.dfe3604. Change-Id: Ia678db34fa9211ae100416b5e172d2b0dc35851b
This commit is contained in:
parent
896872cba8
commit
fff8271db4
1 changed files with 4 additions and 4 deletions
|
@ -9432,11 +9432,11 @@ inline PDF preview in Org buffers by using @command{pdf2svg}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-rainbow-tags
|
(define-public emacs-org-rainbow-tags
|
||||||
;; Upstream didn't tag version.
|
(let ((commit "dfe36047bc9646b621452f3e2e97170e99e2b43f")
|
||||||
(let ((commit "c6040d228c5e8c5c6d33c7f81fc09d935ad1bcbd"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-rainbow-tags")
|
(name "emacs-org-rainbow-tags")
|
||||||
(version "0.1-pre")
|
(version (git-version "0.1-pre" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -9445,7 +9445,7 @@ inline PDF preview in Org buffers by using @command{pdf2svg}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"006nx01sby8k0fc9lf63ldf0sl94ihldyrvqr9r18fb1gpzvivl6"))))
|
"1rhgvbhsbm999l5kg19747dxwscd5h5sl330d6a422f0dxvvxqrq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/KaratasFurkan/org-rainbow-tags")
|
(home-page "https://github.com/KaratasFurkan/org-rainbow-tags")
|
||||||
(synopsis "Colorize Org tags automatically")
|
(synopsis "Colorize Org tags automatically")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue