guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: ocaml-topkg: Update to 1.0.0.


From: guix-commits
Subject: 03/14: gnu: ocaml-topkg: Update to 1.0.0.
Date: Fri, 26 Apr 2019 17:35:56 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit eddfd11d7083912879603c4e0549e5fca04673e2
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 26 22:28:51 2019 +0200

    gnu: ocaml-topkg: Update to 1.0.0.
    
    * gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.0.
---
 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 b267f65..b653bad 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1454,14 +1454,14 @@ defined in this library.")
 (define-public ocaml-topkg
   (package
     (name "ocaml-topkg")
-    (version "0.8.1")
+    (version "1.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://erratique.ch/software/topkg/releases/";
                                   "topkg-" version ".tbz"))
               (sha256
                (base32
-                "18rrh6fmf708z7dd30amljmcgaypj3kk49jrmrj68r4wnw8004j8"))))
+                "1df61vw6v5bg2mys045682ggv058yqkqb67w7r2gz85crs04d5fw"))))
     (build-system ocaml-build-system)
     (native-inputs
      `(("opam" ,opam)



reply via email to

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