[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/88: gnu: ocaml-piqilib: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
59/88: gnu: ocaml-piqilib: 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 677a88e075e66bae1eca285a4da7d57b8179b62e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 9 00:13:47 2019 +0200
gnu: ocaml-piqilib: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-piqilib)[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 3a709de..5501d16 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4064,14 +4064,15 @@ cpp-like directives.")
(package
(name "ocaml-piqilib")
(version "0.6.14")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/alavrik/piqi/archive/v"
- version ".tar.gz"))
- (sha256
- (base32
- "1ssccnwqzfyf7syfq2fv4zyhwayxwd75rhq9y28mvq1w6qbww4l7"))
- (file-name (string-append name "-" version ".tar.gz"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alavrik/piqi.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0lyqllmfsxmwlg7qidy92kvxi9n39lvachmydcyi81f8p07ykd2d"))))
(build-system ocaml-build-system)
(arguments
`(#:phases
- 88/88: services: sddm: Switch back to using ‘startx’., (continued)
- 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
- 83/88: gnu: sbcl-cl-ppcre: Don't use unstable tarball., guix-commits, 2019/04/10
- 59/88: gnu: ocaml-piqilib: Don't use unstable tarball.,
guix-commits <=
- 72/88: gnu: tippecanoe: Don't use unstable tarball., guix-commits, 2019/04/10
- 57/88: gnu: ocaml4.02-uri: Don't use unstable tarball., guix-commits, 2019/04/10
- 74/88: gnu: python-gridmap: Don't use unstable tarball., guix-commits, 2019/04/10
- 66/88: gnu: emacs-academic-phrases: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 53/88: gnu: ocaml4.02-ppx-deriving: Don't use unstable tarball., guix-commits, 2019/04/10
- 64/88: gnu: gctp: Don't use unstable tarball., guix-commits, 2019/04/10
- 76/88: gnu: python-tlsh: Don't use unstable tarball., guix-commits, 2019/04/10
- 78/88: gnu: python-flasgger: Don't use unstable tarball., guix-commits, 2019/04/10
- 81/88: gnu: sbcl-fiveam: Don't use unstable tarball., guix-commits, 2019/04/10
- 34/88: gnu: clamav: Update to 0.101.2., guix-commits, 2019/04/10