gnu: ocaml-topkg: Update to 1.0.0.

* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.0.
This commit is contained in:
Julien Lepiller 2019-04-26 22:28:51 +02:00
parent 853af25ecd
commit eddfd11d70
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -1454,14 +1454,14 @@ (define-public ocaml-result
(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)