gnu: ocaml-topkg: Update to 1.0.4.
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.4.master
parent
972c6fe87b
commit
c2242284ab
|
@ -1983,14 +1983,14 @@ defined in this library.")
|
|||
(define-public ocaml-topkg
|
||||
(package
|
||||
(name "ocaml-topkg")
|
||||
(version "1.0.0")
|
||||
(version "1.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://erratique.ch/software/topkg/releases/"
|
||||
"topkg-" version ".tbz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1df61vw6v5bg2mys045682ggv058yqkqb67w7r2gz85crs04d5fw"))))
|
||||
"1kzw5cxkizcvh4rgzwgpjlj9hfxfk6yr686bxx6wrbsfs8as371k"))))
|
||||
(build-system ocaml-build-system)
|
||||
(native-inputs
|
||||
`(("opam" ,opam)
|
||||
|
|
Reference in New Issue