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:
Ricardo Wurmus 2024-07-02 14:58:51 +02:00
parent 1954141ee7
commit 49e3af952a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))