me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-gen: Update to 1.0.

* gnu/packages/ocaml.scm (ocaml-gen): Update to 1.0.
master
Julien Lepiller 2022-02-04 10:46:25 +01:00
parent 3e882e8466
commit d782c633fa
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 4 additions and 4 deletions

View File

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