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