[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: ocaml-stringext: Update to 1.5.0.
From: |
guix-commits |
Subject: |
05/14: gnu: ocaml-stringext: Update to 1.5.0. |
Date: |
Fri, 26 Apr 2019 17:35:57 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit acb98ad95603cd81040446d394d4ee5a80b5c463
Author: Julien Lepiller <address@hidden>
Date: Fri Apr 26 22:59:56 2019 +0200
gnu: ocaml-stringext: Update to 1.5.0.
* gnu/packages/ocaml.scm (ocaml-stringext): Update to 1.5.0.
[source]: Use git-fetch.
[build-system]: Use dune-build-system.
---
gnu/packages/ocaml.scm | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f06b5c8..8a229d0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1246,16 +1246,19 @@ to use -- to sophisticated random generation of test
cases.")
(define-public ocaml-stringext
(package
(name "ocaml-stringext")
- (version "1.4.3")
+ (version "1.5.0")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/rgrinberg/stringext"
- "/archive/v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rgrinberg/stringext")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "19g6lfn03iki9f8h91hi0yiqn0b3wkxyq08b3y23wgv6jw6mssfh"))))
- (build-system ocaml-build-system)
+ "0035pyakk0r7pfhkrayvqncpv9mk6lssr455j3prmdcirh6s50d7"))))
+ (build-system dune-build-system)
+ (arguments
+ `(#:test-target "."))
(native-inputs
`(("ocamlbuild" ,ocamlbuild)
("qtest" ,ocaml-qtest)))
- branch master updated (152cbc3 -> cf338cc), guix-commits, 2019/04/26
- 01/14: gnu: ocaml-qcheck: Update to 0.9., guix-commits, 2019/04/26
- 02/14: gnu: ocaml-mtime: Update to 1.1.0., guix-commits, 2019/04/26
- 03/14: gnu: ocaml-topkg: Update to 1.0.0., guix-commits, 2019/04/26
- 07/14: gnu: ocaml-ppx-derivers: Update to 1.2.1., guix-commits, 2019/04/26
- 04/14: gnu: ocaml-zarith: Update to 1.7., guix-commits, 2019/04/26
- 14/14: gnu: ocaml-migrate-parsetree: Add upstream-name., guix-commits, 2019/04/26
- 05/14: gnu: ocaml-stringext: Update to 1.5.0.,
guix-commits <=
- 12/14: gnu: ocaml-frontc: Add upstream-name., guix-commits, 2019/04/26
- 06/14: gnu: ocaml-pcre: Update to 7.4.1., guix-commits, 2019/04/26
- 08/14: gnu: ocaml-compiler-libs: Add upstream name., guix-commits, 2019/04/26
- 10/14: gnu: ocaml-lwt-log: Add upstream-name., guix-commits, 2019/04/26
- 09/14: gnu: ocaml-ppx-tools-versioned: Add upstream-name., guix-commits, 2019/04/26
- 13/14: gnu: ocaml-ppx-expect: Update to 0.12.0., guix-commits, 2019/04/26
- 11/14: gnu: ocaml-ppx-tools: Add upstream-name., guix-commits, 2019/04/26