mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ocaml-fileutils: Update to 0.6.4.
* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.4.
This commit is contained in:
parent
ba179aa797
commit
0e1b544002
1 changed files with 2 additions and 2 deletions
|
@ -3568,7 +3568,7 @@ (define-public ocaml-stdlib-shims
|
|||
(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 @@ (define-public ocaml-fileutils
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aa7p5qymi8p7iqym42yk2akjd1ff81fvaks82nhjc533zl01pnf"))))
|
||||
"1s2az5lv52r0fig4624652zn3jj5dy30d1xlw6gzd0s086i4bvjh"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-stdlib-shims))
|
||||
|
|
Loading…
Reference in a new issue