mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-bit: Update to 1.1-13.
* gnu/packages/statistics.scm (r-bit): Update to 1.1-13.
This commit is contained in:
parent
01635bcdd6
commit
4c32897d2e
1 changed files with 2 additions and 2 deletions
|
@ -639,14 +639,14 @@ (define-public r
|
||||||
(define-public r-bit
|
(define-public r-bit
|
||||||
(package
|
(package
|
||||||
(name "r-bit")
|
(name "r-bit")
|
||||||
(version "1.1-12")
|
(version "1.1-13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bit" version))
|
(uri (cran-uri "bit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a6ig6nnjzq80r2ll4hc74za3xwzbzig6wlyb4dby0knzf3iqa6f"))))
|
"1yhpwvfkxpb773h8khjzyamqxl2jn7pjjmxjfawq626hhds8fsh6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://ff.r-forge.r-project.org")
|
(home-page "http://ff.r-forge.r-project.org")
|
||||||
(synopsis "Class for vectors of 1-bit booleans")
|
(synopsis "Class for vectors of 1-bit booleans")
|
||||||
|
|
Loading…
Reference in a new issue