me
/
guix
Archived
1
0
Fork 0

gnu: r-robustbase: Update to 0.95-1.

* gnu/packages/statistics.scm (r-robustbase): Update to 0.95-1.
master
Ricardo Wurmus 2023-03-30 17:56:42 +02:00
parent 8a69976f6c
commit 25e67fdc4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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