1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02: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:
Julien Lepiller
2021-11-20 02:00:25 +01:00
parent 58d65f9da8
commit 25be347f00
+2 -2
View File
@@ -5003,7 +5003,7 @@ provided by companion libraries such as
(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 @@ provided by companion libraries such as
(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")