mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-delaporte: Update to 8.4.1.
* gnu/packages/cran.scm (r-delaporte): Update to 8.4.1. Change-Id: I976eda83702ec5da5673c959b078f391f8a4f6c7
This commit is contained in:
parent
1954141ee7
commit
49e3af952a
1 changed files with 2 additions and 2 deletions
|
@ -40202,14 +40202,14 @@ (define-public r-btm
|
||||||
(define-public r-delaporte
|
(define-public r-delaporte
|
||||||
(package
|
(package
|
||||||
(name "r-delaporte")
|
(name "r-delaporte")
|
||||||
(version "8.4.0")
|
(version "8.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Delaporte" version))
|
(uri (cran-uri "Delaporte" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jqz2qxig35rhmwvazmsl3a081dylfq2jfz3bjpj61y4c55mnwar"))))
|
"1gv0js21x5sh54vjkvyh41ph1ixk1nw7ajm111fwz95prd9wx04v"))))
|
||||||
(properties `((upstream-name . "Delaporte")))
|
(properties `((upstream-name . "Delaporte")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
|
|
Loading…
Reference in a new issue