mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-delaporte: Update to 8.2.0.
* gnu/packages/cran.scm (r-delaporte): Update to 8.2.0.
This commit is contained in:
parent
fcc5fe4788
commit
96e561cb71
1 changed files with 2 additions and 2 deletions
|
@ -37573,14 +37573,14 @@ (define-public r-btm
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue