diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 22:28:51 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 23:34:31 +0200 |
commit | eddfd11d7083912879603c4e0549e5fca04673e2 (patch) | |
tree | e04ff1bea9f4723f973d768ebd0f67025fb5da0a | |
parent | 853af25ecd1d627bb21da44751d09da776cb4e7c (diff) | |
download | guix-eddfd11d7083912879603c4e0549e5fca04673e2.tar guix-eddfd11d7083912879603c4e0549e5fca04673e2.tar.gz |
gnu: ocaml-topkg: Update to 1.0.0.
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b267f65e8c..b653bad866 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) |