Archived
1
0
Fork 0

gnu: ocaml-stdlib-shims: Update to 0.3.0.

* gnu/packages/ocaml.scm (ocaml-stdlib-shims): Update to 0.3.0.
This commit is contained in:
Julien Lepiller 2021-11-20 16:21:53 +01:00
parent 5a3fcf0cac
commit 972c6fe87b
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -3297,7 +3297,7 @@ or a timeout.")
(define-public ocaml-stdlib-shims (define-public ocaml-stdlib-shims
(package (package
(name "ocaml-stdlib-shims") (name "ocaml-stdlib-shims")
(version "0.1.0") (version "0.3.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3306,7 +3306,7 @@ or a timeout.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"007dwywsr5285z0np6a9nr0h8iqmyzfrlx6s5xaqcwj69zabsrjm")))) "0gmg8w67j3ww17llk7hl4dx0vq7p50rn5s4ib9sy984k543rz59h"))))
(build-system dune-build-system) (build-system dune-build-system)
(home-page "https://github.com/ocaml/stdlib-shims") (home-page "https://github.com/ocaml/stdlib-shims")
(synopsis "OCaml stdlib features backport to older OCaml compilers") (synopsis "OCaml stdlib features backport to older OCaml compilers")