[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/203: gnu: emacs-pos-tip: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
92/203: gnu: emacs-pos-tip: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b206798dd3d444d4df08727227ba03acd5bb6f0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:26:12 2019 +0200
gnu: emacs-pos-tip: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-pos-tip)[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 d99f842..4fc4944 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6747,15 +6747,15 @@ browser.")
(package
(name "emacs-pos-tip")
(version "0.4.6")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/pitkali/pos-tip/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "12jqfy26vjk7lq0aa8yn8zqj8c85fkvx7y9prj0pcn4wqiz2ad2r"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pitkali/pos-tip.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"))))
(build-system emacs-build-system)
;; The following functions and variables needed by emacs-pos-tip are
;; not included in emacs-minimal:
- 84/203: gnu: emacs-ox-twbs: Don't use unstable tarball., (continued)
- 84/203: gnu: emacs-ox-twbs: Don't use unstable tarball., guix-commits, 2019/04/10
- 89/203: gnu: emacs-cdlatex: Don't use unstable tarball., guix-commits, 2019/04/10
- 93/203: gnu: emacs-pyim-basedict: Don't use unstable tarball., guix-commits, 2019/04/10
- 110/203: gnu: emacs-julia-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 114/203: gnu: emacs-git-messenger: Don't use unstable tarball., guix-commits, 2019/04/10
- 64/203: gnu: address@hidden: Don't use unstable tarball., guix-commits, 2019/04/10
- 70/203: gnu: emacs-writeroom: Don't use unstable tarball., guix-commits, 2019/04/10
- 71/203: gnu: emacs-helm: Don't use unstable tarball., guix-commits, 2019/04/10
- 77/203: gnu: emacs-log4e: Don't use unstable tarball., guix-commits, 2019/04/10
- 80/203: gnu: emacs-mu4e-alert: Don't use unstable tarball., guix-commits, 2019/04/10
- 92/203: gnu: emacs-pos-tip: Don't use unstable tarball.,
guix-commits <=
- 94/203: gnu: emacs-el2org: Don't use unstable tarball., guix-commits, 2019/04/10
- 95/203: gnu: emacs-mustache: Don't use unstable tarball., guix-commits, 2019/04/10
- 97/203: gnu: emacs-org2web: Don't use unstable tarball., guix-commits, 2019/04/10
- 98/203: gnu: emacs-gnuplot: Don't use unstable tarball., guix-commits, 2019/04/10
- 99/203: gnu: emacs-evil-surround: Don't use unstable tarball., guix-commits, 2019/04/10
- 100/203: gnu: emacs-evil-commentary: Don't use unstable tarball., guix-commits, 2019/04/10
- 103/203: gnu: emacs-disable-mouse: Don't use unstable tarball., guix-commits, 2019/04/10
- 104/203: gnu: emacs-json-reformat: Don't use unstable tarball., guix-commits, 2019/04/10
- 107/203: gnu: emacs-json-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 106/203: gnu: emacs-json-snatcher: Don't use unstable tarball., guix-commits, 2019/04/10