gnu: ocaml-topkg: Update to 1.0.5.

* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.5.
This commit is contained in:
Julien Lepiller 2022-02-04 13:01:39 +01:00
parent 475b44c9a9
commit 1a97471939
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1976,14 +1976,14 @@ (define-public ocaml4.09-result
(define-public ocaml-topkg
(package
(name "ocaml-topkg")
(version "1.0.4")
(version "1.0.5")
(source (origin
(method url-fetch)
(uri (string-append "http://erratique.ch/software/topkg/releases/"
"topkg-" version ".tbz"))
(sha256
(base32
"1kzw5cxkizcvh4rgzwgpjlj9hfxfk6yr686bxx6wrbsfs8as371k"))))
"1iyinmcfqpprk7k4cc51nqgypayprbj4larwcfqw86k5dri84825"))))
(build-system ocaml-build-system)
(native-inputs
(list opam ocamlbuild))