mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-bio3d: Update to 2.4-1.
* gnu/packages/cran.scm (r-bio3d): Update to 2.4-1.
This commit is contained in:
parent
5cda9ff27a
commit
328b5dde4b
1 changed files with 2 additions and 2 deletions
|
@ -16116,14 +16116,14 @@ (define-public r-txtplot
|
|||
(define-public r-bio3d
|
||||
(package
|
||||
(name "r-bio3d")
|
||||
(version "2.4-0")
|
||||
(version "2.4-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bio3d" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ikpk1ppdp50m9kd289z616i382j9i7ji1zchyd4xqfyk8lnxf4s"))))
|
||||
"07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
|
||||
(properties `((upstream-name . "bio3d")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue