[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: ocaml-topkg: Update to 1.0.0.
From: |
guix-commits |
Subject: |
03/14: gnu: ocaml-topkg: Update to 1.0.0. |
Date: |
Fri, 26 Apr 2019 17:35:56 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit eddfd11d7083912879603c4e0549e5fca04673e2
Author: Julien Lepiller <address@hidden>
Date: Fri Apr 26 22:28:51 2019 +0200
gnu: ocaml-topkg: Update to 1.0.0.
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.0.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b267f65..b653bad 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1454,14 +1454,14 @@ defined in this library.")
(define-public ocaml-topkg
(package
(name "ocaml-topkg")
- (version "0.8.1")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append
"http://erratique.ch/software/topkg/releases/"
"topkg-" version ".tbz"))
(sha256
(base32
- "18rrh6fmf708z7dd30amljmcgaypj3kk49jrmrj68r4wnw8004j8"))))
+ "1df61vw6v5bg2mys045682ggv058yqkqb67w7r2gz85crs04d5fw"))))
(build-system ocaml-build-system)
(native-inputs
`(("opam" ,opam)
- 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 <=
- 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, 2019/04/26
- 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