mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-runit: Update to 0.4.33.
* gnu/packages/statistics.scm (r-runit): Update to 0.4.33. Change-Id: I0690643ff91f9ec7e41d1dba68d23eae1d981d8b
This commit is contained in:
parent
fe9bdd7ef7
commit
13fc90e284
1 changed files with 2 additions and 2 deletions
|
@ -4989,14 +4989,14 @@ (define-public r-hmisc
|
|||
(define-public r-runit
|
||||
(package
|
||||
(name "r-runit")
|
||||
(version "0.4.32")
|
||||
(version "0.4.33")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RUnit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wc1gwb7yw7phf8b0gkig6c23klya3ax11c6i4s0f049k42r78r3"))))
|
||||
"0pybwvd57vf71vvlxdrynw5n6s5gnbqnwvq0qpd395ggqypwb95j"))))
|
||||
(properties `((upstream-name . "RUnit")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/RUnit")
|
||||
|
|
Loading…
Reference in a new issue