guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 84/203: gnu: emacs-ox-twbs: Don't use unstable tarball.
Date: Wed, 10 Apr 2019 14:57:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aad5c928c42219a08b051c6f52c1e5ecb73848a9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:24:53 2019 +0200

    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.
---
 gnu/packages/emacs-xyz.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eef9006..ae10dd3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6338,14 +6338,13 @@ number on the left margin in Emacs.")
     (version "1.1.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/marsmining/ox-twbs/archive/v";
-             version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/marsmining/ox-twbs.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1zaq8dczq5wijjk36114k2x3hfrqig3lyx6djril6wyk67vczyqs"))))
+        (base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/marsmining/ox-twbs";)
     (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]