mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-with-tests: Update to 4.5.1.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.5.1. Change-Id: I0033a9827fa14b74659a2d037851ca1c52add701
This commit is contained in:
parent
6c02d882d2
commit
f824329b5a
1 changed files with 2 additions and 2 deletions
|
|
@ -374,7 +374,7 @@ comparison and diagnostics.")
|
|||
(define r-with-tests
|
||||
(package
|
||||
(name "r-with-tests")
|
||||
(version "4.5.0")
|
||||
(version "4.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cran/src/base/R-"
|
||||
|
|
@ -382,7 +382,7 @@ comparison and diagnostics.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q9wdj225v4sxwfgpaz4crpkiiy2rr4mjkc7jfbxq78d7q8ylcrv"))))
|
||||
"0w5vw4rfdp5c61n9yg68qjspsy18hz392nqh21dn91h380hpjaml"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue