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:
Julien Lepiller 2021-11-20 02:00:25 +01:00
parent 58d65f9da8
commit 25be347f00
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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")