[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/203: gnu: emacs-constants: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
43/203: gnu: emacs-constants: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fd0ec422e08f1a2a0b63834b794d424cc105b636
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 4 20:28:09 2019 +0200
gnu: emacs-constants: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-constants)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 636df8d..d7db5ba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3186,13 +3186,13 @@ identifiers in the MIT-Scheme documentation.")
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
(source
(origin
- (file-name (string-append name "-" version ".tar.gz"))
- (method url-fetch)
- (uri (string-append "https://github.com/fedeinthemix/emacs-constants"
- "/archive/v" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fedeinthemix/emacs-constants.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0pnrpmmxq8mh5h2hbrp5vcym0j0fh6dv3s7c5ccn18wllhzg9g7n"))))
+ (base32 "0f5sh6b45a8p9kancjp9jk44ws8ww6x50a0i6zgyyvr7dbvii1a0"))))
(build-system emacs-build-system)
(synopsis "Enter definition of constants into an Emacs buffer")
(description
- 24/203: gnu: emacs-skewer-mode: Don't use unstable tarball., (continued)
- 24/203: gnu: emacs-skewer-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 23/203: gnu: emacs-simple-httpd: Don't use unstable tarball., guix-commits, 2019/04/10
- 27/203: gnu: emacs-robe: Don't use unstable tarball., guix-commits, 2019/04/10
- 28/203: gnu: emacs-rspec: Don't use unstable tarball., guix-commits, 2019/04/10
- 08/203: gnu: git-imerge: Don't use unstable tarball., guix-commits, 2019/04/10
- 29/203: gnu: emacs-smart-mode-line: Don't use unstable tarball., guix-commits, 2019/04/10
- 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 <=
- 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, 2019/04/10
- 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