gnu: ocaml-fileutils: Update to 0.6.4.
* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.4.
parent
ba179aa797
commit
0e1b544002
|
@ -3568,7 +3568,7 @@ compatibility with older compiler to use these new features in their code.")
|
||||||
(define-public ocaml-fileutils
|
(define-public ocaml-fileutils
|
||||||
(package
|
(package
|
||||||
(name "ocaml-fileutils")
|
(name "ocaml-fileutils")
|
||||||
(version "0.6.3")
|
(version "0.6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aa7p5qymi8p7iqym42yk2akjd1ff81fvaks82nhjc533zl01pnf"))))
|
"1s2az5lv52r0fig4624652zn3jj5dy30d1xlw6gzd0s086i4bvjh"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-stdlib-shims))
|
(list ocaml-stdlib-shims))
|
||||||
|
|
Reference in New Issue