roptat pushed a commit to branch master
in repository guix.
commit 32cecfa057b11969c60c2d41e79b17ce74e80d12
Author: Julien Lepiller <[email protected]>
AuthorDate: Sat Nov 20 02:57:53 2021 +0100
gnu: ocaml-fileutils: Update to 0.6.3.
* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.3.
---
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 111b9e3..23b0229 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3258,7 +3258,7 @@ compatibility with older compiler to use these new
features in their code.")
(define-public ocaml-fileutils
(package
(name "ocaml-fileutils")
- (version "0.6.2")
+ (version "0.6.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3267,7 +3267,7 @@ compatibility with older compiler to use these new
features in their code.")
(file-name (git-file-name name version))
(sha256
(base32
- "01qf51b8pb7vyfba7y0kb7ajwj1950im25d7f59821zwsibns3d9"))))
+ "0aa7p5qymi8p7iqym42yk2akjd1ff81fvaks82nhjc533zl01pnf"))))
(build-system dune-build-system)
(propagated-inputs
`(("ocaml-stdlib-shims" ,ocaml-stdlib-shims)))