mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: ocaml-ctypes: Update to 0.20.1.
* gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.20.1.
This commit is contained in:
parent
2708cece85
commit
43b95fbe7a
1 changed files with 2 additions and 2 deletions
|
@ -4278,7 +4278,7 @@ (define-public ocaml-integers
|
||||||
(define-public ocaml-ctypes
|
(define-public ocaml-ctypes
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ctypes")
|
(name "ocaml-ctypes")
|
||||||
(version "0.20.0")
|
(version "0.20.1")
|
||||||
(home-page "https://github.com/ocamllabs/ocaml-ctypes")
|
(home-page "https://github.com/ocamllabs/ocaml-ctypes")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4288,7 +4288,7 @@ (define-public ocaml-ctypes
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13mq6i08f217fj2lq55psji453nmqp136sjxhg25hjb2z0gv9gky"))))
|
"0ilzq9qzvwv9rc08cc9wchsx636zp870i7qvqmbigaa2qb812m0z"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue