gnu: ocaml-topkg: Update to 1.0.0.
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.0.
This commit is contained in:
parent
853af25ecd
commit
eddfd11d70
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue