gnu: ocaml-fftw3: Update to 0.8.5.

* gnu/packages/ocaml.scm (ocaml-fftw3): Update to 0.8.5.
This commit is contained in:
Julien Lepiller 2022-02-08 15:31:57 +01:00
parent 59892f1055
commit ec5d2b54cd
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6887,7 +6887,7 @@ (define-public ocaml4.07-odoc
(define-public ocaml-fftw3
(package
(name "ocaml-fftw3")
(version "0.8.4")
(version "0.8.5")
(source
(origin
(method git-fetch)
@ -6897,7 +6897,7 @@ (define-public ocaml-fftw3
(file-name (git-file-name name version))
(sha256
(base32
"0l66yagjkwdcib6q55wd8wiap50vi23qiahkghlvm28z7nvbclfk"))))
"07ljbin9dsclsqh24p7haqjccz1w828sf5xfwlzl298d4a6zsbhs"))))
(build-system dune-build-system)
(arguments
`(#:test-target "tests"))