3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-delaporte: Update to 8.0.2.

* gnu/packages/cran.scm (r-delaporte): Update to 8.0.2.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:41 +01:00
parent 7eb4d85aea
commit 2d414ff112
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -30070,14 +30070,14 @@ BTM-WWW13.pdf}.")
(define-public r-delaporte
(package
(name "r-delaporte")
(version "8.0.1")
(version "8.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "Delaporte" version))
(sha256
(base32
"0ijhmwclpg5czs2sl2vykcw8qj2pxy26xf6knh62rqq6p6sm43f4"))))
"10xsmms2jfw7x4hmgpd35dv4n4azpjzmfid6585kg6qfh2zg23g5"))))
(properties `((upstream-name . "Delaporte")))
(build-system r-build-system)
(native-inputs (list gfortran))