gnu: ocaml-topkg: Update to 1.0.5.
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.5.master
parent
475b44c9a9
commit
1a97471939
|
@ -1976,14 +1976,14 @@ defined in this library.")
|
||||||
(define-public ocaml-topkg
|
(define-public ocaml-topkg
|
||||||
(package
|
(package
|
||||||
(name "ocaml-topkg")
|
(name "ocaml-topkg")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/topkg/releases/"
|
(uri (string-append "http://erratique.ch/software/topkg/releases/"
|
||||||
"topkg-" version ".tbz"))
|
"topkg-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kzw5cxkizcvh4rgzwgpjlj9hfxfk6yr686bxx6wrbsfs8as371k"))))
|
"1iyinmcfqpprk7k4cc51nqgypayprbj4larwcfqw86k5dri84825"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list opam ocamlbuild))
|
(list opam ocamlbuild))
|
||||||
|
|
Reference in New Issue