[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
199/203: gnu: emacs-dumb-jump: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
199/203: gnu: emacs-dumb-jump: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d7d1b6f6d8a8b0626e626530bd548757062672d3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:42:17 2019 +0200
gnu: emacs-dumb-jump: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-dumb-jump)[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 5c4c3ba..b90f2df 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11444,14 +11444,13 @@ through the symbol: @command{this-fn}.")
(version "0.5.2")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/jacktasia/dumb-jump/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jacktasia/dumb-jump.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "07n0xjgpxjpf3vp9gxchkjpydyj0zm166930as0kwiwkhjlsirsf"))))
+ (base32 "00ph85vp8sa3k99qrdxfz4l8zx121q9xf47vvspzg26bk9l4nwin"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ; FIXME: Tests freeze when run.
- 198/203: gnu: emacs-company-restclient: Don't use unstable tarball., (continued)
- 198/203: gnu: emacs-company-restclient: Don't use unstable tarball., guix-commits, 2019/04/10
- 197/203: gnu: emacs-git-auto-commit-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 158/203: gnu: emacs-biblio: Don't use unstable tarball., guix-commits, 2019/04/10
- 159/203: gnu: emacs-helm-gtags: Don't use unstable tarball., guix-commits, 2019/04/10
- 175/203: gnu: emacs-dream-theme: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 177/203: gnu: emacs-md4rd: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 174/203: gnu: emacs-nnreddit: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 178/203: gnu: emacs-web-beautify: Don't use unstable tarball., guix-commits, 2019/04/10
- 180/203: gnu: emacs-add-hooks: Don't use unstable tarball., guix-commits, 2019/04/10
- 183/203: gnu: emacs-org-ref: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 199/203: gnu: emacs-dumb-jump: Don't use unstable tarball.,
guix-commits <=
- 201/203: gnu: emacs-helm-exwm: Don't use unstable tarball., guix-commits, 2019/04/10
- 200/203: gnu: emacs-zotxt: Don't use unstable tarball., guix-commits, 2019/04/10