me
/
guix
Archived
1
0
Fork 0

gnu: r-multitaper: Update to 1.0-17.

* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-17.
Ricardo Wurmus 2023-08-28 14:21:13 +02:00
parent 37ac27ce5d
commit 00d19699e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2387,14 +2387,14 @@ files in R. It is built on top of the libxml2 C library.")
(define-public r-multitaper
(package
(name "r-multitaper")
(version "1.0-15")
(version "1.0-17")
(source
(origin
(method url-fetch)
(uri (cran-uri "multitaper" version))
(sha256
(base32
"1gm3wr8xqpqiby7q1dr3zxim77v0bvvrqi0hlazf5g3gnkrp2zc3"))))
"1wqa2whcjxwjqg9z46i48dvrga17fdj63r05kg993r1fpriclc1l"))))
(build-system r-build-system)
(native-inputs
(list gfortran))