me
/
guix
Archived
1
0
Fork 0

gnu: r-delaporte: Update to 8.2.0.

* gnu/packages/cran.scm (r-delaporte): Update to 8.2.0.
Ricardo Wurmus 2023-08-28 14:21:11 +02:00
parent fcc5fe4788
commit 96e561cb71
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -37573,14 +37573,14 @@ BTM-WWW13.pdf}.")
(define-public r-delaporte
(package
(name "r-delaporte")
(version "8.1.1")
(version "8.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "Delaporte" version))
(sha256
(base32
"0vcz23nm1wb49yp57xhdfjixla0ikyalc55m03hsis91cdnwh28g"))))
"0lp2k3j3dw73rnpx42cdwvqylib2lj5ijhqfpfgxjwnvq3138clr"))))
(properties `((upstream-name . "Delaporte")))
(build-system r-build-system)
(native-inputs (list gfortran))