From f082c78c98d8fee4acd89dd40081c7fd7a081b74 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Tue, 3 Sep 2019 19:42:21 +0200 Subject: gnu: ocaml-cppo: Update to 1.6.6. * gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.6. [source]: Use git-fetch. --- gnu/packages/ocaml.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3bc28164fc..af10411f88 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2466,15 +2466,16 @@ from the oasis build log (define-public ocaml-cppo (package (name "ocaml-cppo") - (version "1.6.5") + (version "1.6.6") (source (origin - (method url-fetch) - (uri (string-append "https://github.com/mjambon/cppo/archive/v" version - ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/mjambon/cppo") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "1dkm3d5h6h56y937gcdk2wixlpzl59vv5pmiafglr89p20kf7gqf")) - (file-name (string-append name "-" version ".tar.gz")))) + "1smcc0l6fh2n0y6bp96c69j5nw755jja99w0b206wx3yb2m4w2hs")))) (build-system dune-build-system) (arguments `(#:tests? #f -- cgit v1.2.3 69a3ef108d44824f76'>treecommitdiff
path: root/gnu/packages/tor.scm
AgeCommit message (Expand)Author
2018-09-10gnu: tor: Update to 0.3.4.8....Tobias Geerinckx-Rice
2018-07-15gnu: tor.scm: Fix copyright line....Efraim Flashner
2018-07-15gnu: tor: Update to 0.3.3.9....Efraim Flashner
2018-06-22gnu: nyx: Show header stats....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update to 2.0.4....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update home page....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Return #t from all phases....Tobias Geerinckx-Rice
2018-06-12gnu: tor: Update to 0.3.3.7....Tobias Geerinckx-Rice
2018-05-23gnu: tor: Update to 0.3.3.6 [security fixes]....Tobias Geerinckx-Rice
2018-03-20Correct name and Email for ng0....ng0
2018-03-03gnu: tor: Update to 0.3.2.10 [security fixes]....Tobias Geerinckx-Rice
2018-03-01gnu: onionshare: Update phase style....Tobias Geerinckx-Rice
2018-03-01gnu: privoxy: Update phase style....Tobias Geerinckx-Rice
2018-01-09gnu: tor: Update to 3.2.9....Tobias Geerinckx-Rice