guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: ocaml-topkg: Update to 1.0.6.


From: guix-commits
Subject: 04/05: gnu: ocaml-topkg: Update to 1.0.6.
Date: Sun, 27 Nov 2022 12:12:57 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 91b8ef414c68577e70e1dcc4ba7c0b38ea426d93
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 27 17:26:06 2022 +0100

    gnu: ocaml-topkg: Update to 1.0.6.
    
    * gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.6.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ddb36bd14b..6c9c7a9308 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]