mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-bios2cor: Update to 2.1.
* gnu/packages/cran.scm (r-bios2cor): Update to 2.1.
This commit is contained in:
parent
5130dd52eb
commit
6abb66d1be
1 changed files with 2 additions and 2 deletions
|
@ -16147,14 +16147,14 @@ (define-public r-bio3d
|
|||
(define-public r-bios2cor
|
||||
(package
|
||||
(name "r-bios2cor")
|
||||
(version "2.0")
|
||||
(version "2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Bios2cor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rrz0vs6wbkwys3l5jv1rdnlhyb4r1q9pv7jlnmsx6c1b4f4vz5n"))))
|
||||
"04wk1cjrrxhpv1kdhd67r1qvjv268xxi0z0r105wy912110z9m6x"))))
|
||||
(properties `((upstream-name . "Bios2cor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue