gnu: emacs-ox-twbs: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-ox-twbs)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-08 23:24:53 +02:00
parent f782bf4a40
commit aad5c928c4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 7 deletions

View File

@ -6338,14 +6338,13 @@ number on the left margin in Emacs.")
(version "1.1.1") (version "1.1.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/marsmining/ox-twbs/archive/v" (url "https://github.com/marsmining/ox-twbs.git")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
"1zaq8dczq5wijjk36114k2x3hfrqig3lyx6djril6wyk67vczyqs"))))
(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")