gnu: ocaml-astring: Update to 0.8.5.

* gnu/packages/ocaml.scm (ocaml-astring): Update to 0.8.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Xinglu Chen 2021-09-25 17:45:29 +02:00 committed by Efraim Flashner
parent 3ba525e0d7
commit 85a16c0788
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2219,14 +2219,14 @@ (define-public ocaml-fmt
(define-public ocaml-astring
(package
(name "ocaml-astring")
(version "0.8.3")
(version "0.8.5")
(source
(origin
(method url-fetch)
(uri (string-append "http://erratique.ch/software/astring/releases/astring-"
version ".tbz"))
(sha256 (base32
"0ixjwc3plrljvj24za3l9gy0w30lsbggp8yh02lwrzw61ls4cri0"))))
"1ykhg9gd3iy7zsgyiy2p9b1wkpqg9irw5pvcqs3sphq71iir4ml6"))))
(build-system ocaml-build-system)
(native-inputs
`(("ocamlbuild" ,ocamlbuild)