guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: ocaml-topkg: Update to 1.0.4.


From: guix-commits
Subject: 13/15: gnu: ocaml-topkg: Update to 1.0.4.
Date: Sat, 20 Nov 2021 11:09:37 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit c2242284ab6e087721a21ee5402d18d49024eb75
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 16:35:58 2021 +0100

    gnu: ocaml-topkg: Update to 1.0.4.
    
    * gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.4.
---
 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 64fb129..848f56b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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)



reply via email to

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