[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/88: gnu: ocaml-zed: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
61/88: gnu: ocaml-zed: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 23:44:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f4f3e8ce4d2a63855e081faae2b7d25730d8bd88
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 9 00:14:03 2019 +0200
gnu: ocaml-zed: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-zed)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/ocaml.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d4ff864..42e543f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4369,14 +4369,15 @@ is provide a description of your project and Jbuilder
will do the rest.")
(package
(name "ocaml-zed")
(version "1.6")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/diml/zed/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "19m5vrj60vg1b63qfsv0aabdlzgn40cqmx65s3wafqi4fs9xp6jn"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/diml/zed.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00hhxcjf3bj3w2qm8nzs9x6vrqkadf4i0277s5whzy2rmiknj63v"))))
(build-system ocaml-build-system)
(arguments
`(#:phases
- 24/88: gnu: polybar: Update to 3.3.1., (continued)
- 24/88: gnu: polybar: Update to 3.3.1., guix-commits, 2019/04/10
- 32/88: gnu: hangups: Update to 0.4.9., guix-commits, 2019/04/10
- 29/88: gnu: links: Don't use NAME in source URI., guix-commits, 2019/04/10
- 22/88: gnu: xcompmgr: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 33/88: gnu: fasm: Update to 1.73.10., guix-commits, 2019/04/10
- 39/88: gnu: emacs-helm-flycheck: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 40/88: gnu: emacs-helm-ls-git: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 48/88: gnu: ocaml-qcheck: Don't use unstable tarball., guix-commits, 2019/04/10
- 46/88: gnu: address@hidden: Don't use unstable tarball., guix-commits, 2019/04/10
- 65/88: gnu: emacs-download-region: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 61/88: gnu: ocaml-zed: Don't use unstable tarball.,
guix-commits <=
- 73/88: gnu: java-cglib: Don't use unstable tarball., guix-commits, 2019/04/10
- 88/88: services: sddm: Switch back to using ‘startx’., guix-commits, 2019/04/10
- 56/88: gnu: ocaml4.02-ezjsonm: Don't use unstable tarball., guix-commits, 2019/04/10
- 79/88: gnu: python-dukpy: Don't use unstable tarball., guix-commits, 2019/04/10
- 86/88: gnu: sbcl-babel: Don't use unstable tarball., guix-commits, 2019/04/10
- 35/88: doc: Fix typo., guix-commits, 2019/04/10
- 37/88: gnu: texlive-generic-listofitems: Fix typo in synopsis., guix-commits, 2019/04/10
- 45/88: gnu: emacs-mkmcc-gnuplot-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 50/88: gnu: ocaml-ppx-tools: Don't use unstable tarball., guix-commits, 2019/04/10
- 55/88: gnu: ocaml-re: Don't use unstable tarball., guix-commits, 2019/04/10