mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -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
|
||||
(package
|
||||
(name "r-delaporte")
|
||||
(version "8.4.0")
|
||||
(version "8.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Delaporte" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jqz2qxig35rhmwvazmsl3a081dylfq2jfz3bjpj61y4c55mnwar"))))
|
||||
"1gv0js21x5sh54vjkvyh41ph1ixk1nw7ajm111fwz95prd9wx04v"))))
|
||||
(properties `((upstream-name . "Delaporte")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue