mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: ocaml-compiler-libs: Update to 0.12.4.
* gnu/packages/ocaml.scm (ocaml-compiler-libs): Update to 0.12.4.
This commit is contained in:
parent
58d65f9da8
commit
25be347f00
1 changed files with 2 additions and 2 deletions
|
@ -5003,7 +5003,7 @@ (define-public ocaml4.07-base
|
|||
(define-public ocaml-compiler-libs
|
||||
(package
|
||||
(name "ocaml-compiler-libs")
|
||||
(version "0.12.3")
|
||||
(version "0.12.4")
|
||||
(home-page "https://github.com/janestreet/ocaml-compiler-libs")
|
||||
(source
|
||||
(origin
|
||||
|
@ -5014,7 +5014,7 @@ (define-public ocaml-compiler-libs
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00nrar7h2pyflbdiq6wwwrb4k5jh9iff0jllihzm6ms8d5pspsg5"))))
|
||||
"00if2f7j9d8igdkj4rck3p74y17j6b233l91mq02drzrxj199qjv"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments `(#:tests? #f)) ;no tests
|
||||
(properties `((upstream-name . "ocaml-compiler-libs")
|
||||
|
|
Loading…
Reference in a new issue