mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-ox-twbs: Update to 1.1.4.
* gnu/packages/emacs-xyz.scm (emacs-ox-twbs): Update to 1.1.4.
This commit is contained in:
parent
1b25ca8ebf
commit
7c1a30f563
1 changed files with 2 additions and 2 deletions
|
@ -11657,7 +11657,7 @@ (define-public emacs-idle-highlight
|
||||||
(define-public emacs-ox-twbs
|
(define-public emacs-ox-twbs
|
||||||
(package
|
(package
|
||||||
(name "emacs-ox-twbs")
|
(name "emacs-ox-twbs")
|
||||||
(version "1.1.1")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11666,7 +11666,7 @@ (define-public emacs-ox-twbs
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
|
(base32 "0nffy7ivs8fw0dj3s66hbsby0riz5wrv7xzm8g9mrfvhki938pqa"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/marsmining/ox-twbs")
|
(home-page "https://github.com/marsmining/ox-twbs")
|
||||||
(synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
|
(synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
|
||||||
|
|
Loading…
Reference in a new issue