mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-core: Update to 0.15.1.
* gnu/packages/ocaml.scm (ocaml-core): Update to 0.15.1.
This commit is contained in:
parent
4c43c79e40
commit
3ad8ab8404
1 changed files with 2 additions and 2 deletions
|
@ -7283,7 +7283,7 @@ thousands of times faster than fork.
|
||||||
(define-public ocaml-core
|
(define-public ocaml-core
|
||||||
(package
|
(package
|
||||||
(name "ocaml-core")
|
(name "ocaml-core")
|
||||||
(version "0.15.0")
|
(version "0.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7292,7 +7292,7 @@ thousands of times faster than fork.
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m2ybvlz9zlb2d0jc0j7wdgd18mx9sh3ds2ylkv0cfjx1pzi0l25"))))
|
(base32 "17vc2i5qb53dr0civ8pkrnnsn2nkydlq44ash7fhh93yb4sffy28"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "core"
|
`(#:package "core"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue