mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-migrate-parsetree: Update to 2.3.0.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.3.0.
This commit is contained in:
parent
6e06846c9d
commit
94226686fe
1 changed files with 2 additions and 2 deletions
|
@ -1819,7 +1819,7 @@ module of this library is parameterised by the type of S-expressions.")
|
||||||
(define-public ocaml-migrate-parsetree
|
(define-public ocaml-migrate-parsetree
|
||||||
(package
|
(package
|
||||||
(name "ocaml-migrate-parsetree")
|
(name "ocaml-migrate-parsetree")
|
||||||
(version "2.2.0")
|
(version "2.3.0")
|
||||||
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
|
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -1830,7 +1830,7 @@ module of this library is parameterised by the type of S-expressions.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6"))))
|
"1nqmhsc72xmgm865nn8q0hngklhvqav281hgnx1gf5ns49a0n3ig"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue