me
/
guix
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.
master
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
1 changed files with 2 additions and 2 deletions

View File

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