guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: ocaml-gen: Update to 1.0.


From: guix-commits
Subject: 02/16: gnu: ocaml-gen: Update to 1.0.
Date: Fri, 4 Feb 2022 11:51:01 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit d782c633fa558356ff7ebed63e1644307c316039
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 10:46:25 2022 +0100

    gnu: ocaml-gen: Update to 1.0.
    
    * gnu/packages/ocaml.scm (ocaml-gen): Update to 1.0.
---
 gnu/packages/ocaml.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 591503c061..134f74625b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2665,22 +2665,22 @@ representation of the data.")
 (define-public ocaml-gen
   (package
     (name "ocaml-gen")
-    (version "0.5.3")
+    (version "1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                      (url "https://github.com/c-cube/gen";)
-                     (commit version)))
+                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jzrs0nsdk55annkd2zrk5svi61i3b1nk6qyqdc2y26vnzqvzfg8"))))
+                "1z5nw5wljvcqp8q07h336bbvf9paynia0jsdh4486hlkbmr1ask1"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "gen"
        #:test-target "."))
     (propagated-inputs
-     (list ocaml-odoc))
+     (list ocaml-odoc ocaml-seq))
     (native-inputs
      (list ocaml-qtest ocaml-qcheck))
     (home-page "https://github.com/c-cube/gen/";)



reply via email to

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