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:
parent
5a3fcf0cac
commit
972c6fe87b
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Reference in a new issue