[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/203: gnu: emacs-pkg-info: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
61/203: gnu: emacs-pkg-info: 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 45c6a66414e64fde23f9ed0e4343e8b375302227
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 5 04:17:08 2019 +0200
gnu: emacs-pkg-info: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-pkg-info)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5e51743..4348b38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4455,15 +4455,15 @@ be removed from the front. This type of data structure
is sometimes called an
(package
(name "emacs-pkg-info")
(version "0.6")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/lunaryorn/pkg-info.el/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1gy1jks5mmm02gg1c8gcyr4f8a9s5ggzhk56gv33b9mzjqzi5rd5"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/lunaryorn/pkg-info.el.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0nk12dcppdyhav6m6yf7abpywyd7amxd4237zsfd32w4zxsx39k1"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-epl" ,emacs-epl)))
(home-page "https://github.com/lunaryorn/pkg-info.el")
- 31/203: gnu: emacs-ob-ipython: Use GIT-FILE-NAME., (continued)
- 31/203: gnu: emacs-ob-ipython: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 37/203: gnu: emacs-irony-eldoc: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 36/203: gnu: emacs-flycheck-irony: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 41/203: gnu: emacs-scheme-complete: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 43/203: gnu: emacs-constants: Don't use unstable tarball., guix-commits, 2019/04/10
- 48/203: gnu: emacs-jinja2-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 51/203: gnu: emacs-org-trello: Don't use unstable tarball., guix-commits, 2019/04/10
- 52/203: gnu: emacs-zenburn-theme: Don't use unstable tarball., guix-commits, 2019/04/10
- 55/203: gnu: emacs-ivy-rich: Don't use unstable tarball., guix-commits, 2019/04/10
- 57/203: gnu: emacs-ace-window: Don't use unstable tarball., guix-commits, 2019/04/10
- 61/203: gnu: emacs-pkg-info: Don't use unstable tarball.,
guix-commits <=
- 63/203: gnu: emacs-elfeed: Don't use unstable tarball., guix-commits, 2019/04/10
- 49/203: gnu: emacs-org-bullets: Don't use unstable tarball., guix-commits, 2019/04/10
- 53/203: gnu: emacs-smartparens: Don't use unstable tarball., guix-commits, 2019/04/10
- 56/203: gnu: emacs-avy: Don't use unstable tarball., guix-commits, 2019/04/10
- 58/203: gnu: emacs-iedit: Don't use unstable tarball., guix-commits, 2019/04/10
- 02/203: gnu: git-crypt: Don't use unstable tarball., guix-commits, 2019/04/10
- 46/203: gnu: ruby-sass-spec: Don't use unstable tarball., guix-commits, 2019/04/10
- 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