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>master
parent
3ba525e0d7
commit
85a16c0788
|
@ -2219,14 +2219,14 @@ functions.")
|
||||||
(define-public ocaml-astring
|
(define-public ocaml-astring
|
||||||
(package
|
(package
|
||||||
(name "ocaml-astring")
|
(name "ocaml-astring")
|
||||||
(version "0.8.3")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/astring/releases/astring-"
|
(uri (string-append "http://erratique.ch/software/astring/releases/astring-"
|
||||||
version ".tbz"))
|
version ".tbz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0ixjwc3plrljvj24za3l9gy0w30lsbggp8yh02lwrzw61ls4cri0"))))
|
"1ykhg9gd3iy7zsgyiy2p9b1wkpqg9irw5pvcqs3sphq71iir4ml6"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocamlbuild" ,ocamlbuild)
|
`(("ocamlbuild" ,ocamlbuild)
|
||||||
|
|
Reference in New Issue