mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 20:50:54 -06:00
gnu: r-minimal: Update to 4.5.0.
* gnu/packages/statistics.scm (r-minimal): Update to 4.5.0. Change-Id: I060123afa8c7e609ec923835ff6f400424de8f6d
This commit is contained in:
parent
89a0d64ebc
commit
2490649d0d
1 changed files with 2 additions and 2 deletions
|
|
@ -233,7 +233,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
|
|||
(define r-with-tests
|
||||
(package
|
||||
(name "r-with-tests")
|
||||
(version "4.4.3")
|
||||
(version "4.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cran/src/base/R-"
|
||||
|
|
@ -241,7 +241,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s691zll68fbx2b59kcjnpcwzlyhns6hhvq85cy2bsid8hjd54qd"))))
|
||||
"1q9wdj225v4sxwfgpaz4crpkiiy2rr4mjkc7jfbxq78d7q8ylcrv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue