[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50803] [PATCH] gnu: ocaml-astring: Update to 0.8.5.
From: |
Xinglu Chen |
Subject: |
[bug#50803] [PATCH] gnu: ocaml-astring: Update to 0.8.5. |
Date: |
Sat, 25 Sep 2021 17:45:29 +0200 |
* gnu/packages/ocaml.scm (ocaml-astring): Update to 0.8.5.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index af0e80c9cb..7956826436 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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)
base-commit: c1bc2a43200d6c6016c2a4154799c73c86a54021
--
2.33.0
- [bug#50803] [PATCH] gnu: ocaml-astring: Update to 0.8.5.,
Xinglu Chen <=