[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/88: gnu: ocaml-qcheck: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
48/88: gnu: ocaml-qcheck: 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 b01339816ac986adce6e9fc9cf229364b2e62650
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 9 00:10:10 2019 +0200
gnu: ocaml-qcheck: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-qcheck)[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 79c6a99..eb20dfb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1270,14 +1270,15 @@ GNU CC attributes. It provides also a C pretty printer
as an example of use.")
(package
(name "ocaml-qcheck")
(version "0.5.3.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/c-cube/qcheck/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1zs1pg5cb1iry554v3cdmmiglsrwmsqa9x8zxmzb118fnk5d3ha6"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/c-cube/qcheck.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vl2asr7md99pv558nbszxvjj36b4l6rj05hyczfy524vihhl0gf"))))
(build-system ocaml-build-system)
(native-inputs
`(("ounit" ,ocaml-ounit)
- 15/88: gnu: noice: Update to 0.8., (continued)
- 15/88: gnu: noice: Update to 0.8., guix-commits, 2019/04/10
- 25/88: gnu: xmobar: Don't use NAME in source URI., guix-commits, 2019/04/10
- 21/88: gnu: xcompmgr: Update to 1.1.8., guix-commits, 2019/04/10
- 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 <=
- 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, 2019/04/10
- 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