[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/88: gnu: ocaml-ulex: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
52/88: gnu: ocaml-ulex: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 23:44:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f8b8e60e2cdd8465b604f5c272c5527bb5d709a9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 9 00:11:13 2019 +0200
gnu: ocaml-ulex: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-ulex)[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 b593a75..4495e29 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2274,14 +2274,15 @@ representation of the data.")
(package
(name "ocaml-ulex")
(version "1.2")
- (source (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/whitequark/ulex/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "16gnbhqs6y2v89vw4igzvxdf2g8ybh5643636824aldcv8sscac0"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/whitequark/ulex.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08yf2x9a52l2y4savjqfjd2xy4pjd1rpla2ylrr9qrz1drpfw4ic"))))
(build-system ocaml-build-system)
(arguments
`(#:phases (modify-phases %standard-phases (delete 'configure))
- 60/88: gnu: ocaml-jbuilder: Don't use unstable tarball., (continued)
- 60/88: gnu: ocaml-jbuilder: Don't use unstable tarball., guix-commits, 2019/04/10
- 75/88: gnu: python-honcho: Don't use unstable tarball., guix-commits, 2019/04/10
- 69/88: gnu: openlibm: Don't use unstable tarball., guix-commits, 2019/04/10
- 84/88: gnu: stumpwm: Don't use unstable tarball., guix-commits, 2019/04/10
- 67/88: gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 70/88: gnu: libosmium: Don't use unstable tarball., guix-commits, 2019/04/10
- 31/88: gnu: Add python-httpretty., guix-commits, 2019/04/10
- 36/88: gnu: gimp: Fix typo in description., guix-commits, 2019/04/10
- 38/88: gnu: emacs-helm-emms: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 43/88: gnu: emacs-mu4e-conversation: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 52/88: gnu: ocaml-ulex: Don't use unstable tarball.,
guix-commits <=
- 54/88: gnu: ocaml-seq: Don't use unstable tarball., guix-commits, 2019/04/10
- 63/88: gnu: ocaml-utop: Don't use unstable tarball., guix-commits, 2019/04/10
- 82/88: gnu: sbcl-flexi-streams: Don't use unstable tarball., guix-commits, 2019/04/10
- 58/88: gnu: optcomp: Don't use unstable tarball., guix-commits, 2019/04/10
- 87/88: gnu: sbcl-trivial-garbage: Don't use unstable tarball., guix-commits, 2019/04/10
- 71/88: gnu: osm2pgsql: Don't use unstable tarball., guix-commits, 2019/04/10
- 68/88: gnu: opencascade-oce: Don't use unstable tarball., guix-commits, 2019/04/10
- 85/88: gnu: sbcl-trivial-features: Don't use unstable tarball., guix-commits, 2019/04/10
- 49/88: gnu: ocaml-bisect: Don't use unstable tarball., guix-commits, 2019/04/10