me
/
guix
Archived
1
0
Fork 0

gnu: r-robustbase: Update to 0.99-2.

* gnu/packages/statistics.scm (r-robustbase): Update to 0.99-2.

Change-Id: Ic6a248fd55b6b4467742040a884ed25e9d090f47
master
Ricardo Wurmus 2024-01-30 15:48:57 +01:00
parent ef5640f763
commit 6f11ca52f1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5650,14 +5650,14 @@ can be efficiently implemented directly in the R language.")
(define-public r-robustbase
(package
(name "r-robustbase")
(version "0.99-1")
(version "0.99-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "robustbase" version))
(sha256
(base32
"0n3qxw633hk391mr07pd7c9572v3zgdffvmaq4q2w5q4x3n1n6mf"))))
"0i6dzri3bfkpmp7h0h5nyzigs9rjzdd3c4ilapmvadmfywl9d9mn"))))
(build-system r-build-system)
(native-inputs
(list gfortran))