me
/
guix
Archived
1
0
Fork 0

gnu: r-fftwtools: Update to 0.9-9.

* gnu/packages/cran.scm (r-fftwtools): Update to 0.9-9.
master
Ricardo Wurmus 2020-10-05 22:13:59 +02:00
parent f273105b74
commit 405c7e6550
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10439,14 +10439,14 @@ components).")
(define-public r-fftwtools
(package
(name "r-fftwtools")
(version "0.9-8")
(version "0.9-9")
(source
(origin
(method url-fetch)
(uri (cran-uri "fftwtools" version))
(sha256
(base32
"1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
"0h8lyl2i6zq16ir7xnfj9dhyivxvwikm8lml19s8s8jx95z3n9x9"))))
(build-system r-build-system)
(inputs `(("fftw" ,fftw)))
(home-page "https://github.com/krahim/fftwtools")