mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: ocaml-fpath: Update to 0.7.3.
* gnu/packages/ocaml.scm (ocaml-fpath): Update to 0.7.3.
This commit is contained in:
parent
0770201a20
commit
f1078defda
1 changed files with 2 additions and 2 deletions
|
@ -2551,14 +2551,14 @@ message report is decoupled from logging and is handled by a reporter.")
|
||||||
(define-public ocaml-fpath
|
(define-public ocaml-fpath
|
||||||
(package
|
(package
|
||||||
(name "ocaml-fpath")
|
(name "ocaml-fpath")
|
||||||
(version "0.7.2")
|
(version "0.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/fpath/releases/"
|
(uri (string-append "http://erratique.ch/software/fpath/releases/"
|
||||||
"fpath-" version ".tbz"))
|
"fpath-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic"))))
|
"03z7mj0sqdz465rc4drj1gr88l9q3nfs374yssvdjdyhjbqqzc0j"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Add table
Reference in a new issue