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:
Nicolas Goaziou 2021-02-08 22:53:00 +01:00
parent 1b25ca8ebf
commit 7c1a30f563
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")