gnu: ocaml-topkg: Update to 1.0.6.
authorJulien Lepiller <julien@lepiller.eu>
Sun, 27 Nov 2022 16:26:06 +0000 (17:26 +0100)
committerJulien Lepiller <julien@lepiller.eu>
Sun, 27 Nov 2022 17:11:54 +0000 (18:11 +0100)
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.6.

gnu/packages/ocaml.scm

index ddb36bd..6c9c7a9 100644 (file)
@@ -2085,14 +2085,14 @@ defined in this library.")
 (define-public ocaml-topkg
   (package
     (name "ocaml-topkg")
-    (version "1.0.5")
+    (version "1.0.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://erratique.ch/software/topkg/releases/"
                                   "topkg-" version ".tbz"))
               (sha256
                (base32
-                "1iyinmcfqpprk7k4cc51nqgypayprbj4larwcfqw86k5dri84825"))))
+                "11ycfk0prqvifm9jca2308gw8a6cjb1hqlgfslbji2cqpan09kpq"))))
     (build-system ocaml-build-system)
     (native-inputs
      (list opam ocamlbuild))