[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/203: gnu: emacs-sparql-mode: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
62/203: gnu: emacs-sparql-mode: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2d965d82edebf3287c10f5f8f6159783e475b4f8
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 5 04:17:22 2019 +0200
gnu: emacs-sparql-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4348b38..102d80e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4495,14 +4495,15 @@ ongoing operations.")
(package
(name "emacs-sparql-mode")
(version "2.0.1")
- (source (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/ljos/sparql-mode/archive/"
- "v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1s93mkllxnhy7fw616cnnc2danacdlarys0g3cn89drh0llh53cv"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ljos/sparql-mode.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ywhqk6n5k0l85zjwbnrivnvxjzqipqrggv06lify6yv18qmyl6s"))))
(build-system emacs-build-system)
(home-page "https://github.com/ljos/sparql-mode")
(synopsis "SPARQL mode for Emacs")
- 45/203: gnu: ruby-net-scp: Don't use unstable tarball., (continued)
- 45/203: gnu: ruby-net-scp: Don't use unstable tarball., guix-commits, 2019/04/10
- 47/203: gnu: emacs-popup: Don't use unstable tarball., guix-commits, 2019/04/10
- 50/203: gnu: emacs-org-pomodoro: Don't use unstable tarball., guix-commits, 2019/04/10
- 66/203: gnu: emacs-ivy: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 65/203: gnu: ldc: Don't use unstable tarball., guix-commits, 2019/04/10
- 78/203: gnu: emacs-gntp: Don't use unstable tarball., guix-commits, 2019/04/10
- 85/203: gnu: emacs-highlight-sexp: Don't use unstable tarball., guix-commits, 2019/04/10
- 87/203: gnu: emacs-htmlize: Don't use unstable tarball., guix-commits, 2019/04/10
- 54/203: gnu: emacs-highlight-symbol: Don't use unstable tarball., guix-commits, 2019/04/10
- 59/203: gnu: emacs-clojure-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 62/203: gnu: emacs-sparql-mode: Don't use unstable tarball.,
guix-commits <=
- 67/203: gnu: dub: Don't use unstable tarball., guix-commits, 2019/04/10
- 79/203: gnu: emacs-alert: Don't use unstable tarball., guix-commits, 2019/04/10
- 81/203: gnu: emacs-memoize: Don't use unstable tarball., guix-commits, 2019/04/10
- 60/203: gnu: emacs-epl: Don't use unstable tarball., guix-commits, 2019/04/10
- 69/203: gnu: emacs-python-environment: Don't use unstable tarball., guix-commits, 2019/04/10
- 75/203: gnu: emacs-nginx-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 101/203: gnu: emacs-ansi: Don't use unstable tarball., guix-commits, 2019/04/10
- 72/203: gnu: emacs-helm-swoop: Don't use unstable tarball., guix-commits, 2019/04/10
- 90/203: gnu: emacs-cnfonts: Don't use unstable tarball., guix-commits, 2019/04/10
- 91/203: gnu: emacs-kv: Use GIT-FILE-NAME., guix-commits, 2019/04/10