mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: ocaml-csexp: Update to 1.5.1.
* gnu/packages/ocaml.scm (ocaml-csexp): Update to 1.5.1.
This commit is contained in:
parent
25be347f00
commit
8e15801f23
1 changed files with 2 additions and 2 deletions
|
@ -1718,7 +1718,7 @@ (define-public ocaml4.07-dune
|
||||||
(define-public ocaml-csexp
|
(define-public ocaml-csexp
|
||||||
(package
|
(package
|
||||||
(name "ocaml-csexp")
|
(name "ocaml-csexp")
|
||||||
(version "1.3.2")
|
(version "1.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1727,7 +1727,7 @@ (define-public ocaml-csexp
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"190zppgvdjgghmrnx67ayzzk86qdjy3yn5fcrcw08wsh93384pl0"))))
|
"1v5y4x1a21193h8q536c0s0d8hv3hyyky4pgzm2dw9807v36s2x4"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; FIXME: needs ppx_expect, but which version?
|
`(#:tests? #f; FIXME: needs ppx_expect, but which version?
|
||||||
|
|
Loading…
Reference in a new issue