[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: ocaml-fileutils: Update to 0.6.4.
From: |
guix-commits |
Subject: |
02/08: gnu: ocaml-fileutils: Update to 0.6.4. |
Date: |
Thu, 3 Nov 2022 08:58:28 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 0e1b544002f94cb98213503e20388f5e2f46d968
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 3 13:08:20 2022 +0100
gnu: ocaml-fileutils: Update to 0.6.4.
* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.4.
---
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 2b083f0377..c980a2dbaf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3568,7 +3568,7 @@ compatibility with older compiler to use these new
features in their code.")
(define-public ocaml-fileutils
(package
(name "ocaml-fileutils")
- (version "0.6.3")
+ (version "0.6.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3577,7 +3577,7 @@ compatibility with older compiler to use these new
features in their code.")
(file-name (git-file-name name version))
(sha256
(base32
- "0aa7p5qymi8p7iqym42yk2akjd1ff81fvaks82nhjc533zl01pnf"))))
+ "1s2az5lv52r0fig4624652zn3jj5dy30d1xlw6gzd0s086i4bvjh"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-stdlib-shims))
- branch master updated (058262eec4 -> e2802132e3), guix-commits, 2022/11/03
- 01/08: gnu: dune-bootstrap: Update to 3.5.0., guix-commits, 2022/11/03
- 02/08: gnu: ocaml-fileutils: Update to 0.6.4.,
guix-commits <=
- 08/08: gnu: dedukti: Update to 2.7., guix-commits, 2022/11/03
- 06/08: gnu: Remove emacs-flycheck-dedukti., guix-commits, 2022/11/03
- 07/08: gnu: Remove emacs-dedukti-mode., guix-commits, 2022/11/03
- 03/08: gnu: ocaml-digestif: Update to 1.1.3., guix-commits, 2022/11/03
- 05/08: gnu: ocaml-ssl: Update to 0.5.13., guix-commits, 2022/11/03
- 04/08: gnu: ocaml-ocp-index: Update to 1.3.4., guix-commits, 2022/11/03