mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-hgnchelper: Update to 0.8.14.
* gnu/packages/cran.scm (r-hgnchelper): Update to 0.8.14. [propagated-inputs]: Add r-splitstackshape. Change-Id: I7a0b68f450b863df1f23f479cdef7ce41aab2067
This commit is contained in:
parent
66b63f4691
commit
bddae77196
1 changed files with 3 additions and 2 deletions
|
@ -4806,15 +4806,16 @@ (define-public r-morpho
|
|||
(define-public r-hgnchelper
|
||||
(package
|
||||
(name "r-hgnchelper")
|
||||
(version "0.8.1")
|
||||
(version "0.8.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "HGNChelper" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qwkk5658j4j6w2wgvxkp38cyvscjp93d3zc7gb97vcihqx0ngxa"))))
|
||||
"0rhqpzq6z57wzydwcz0ry61al68l3mll79s5hz8by7hy61izj5k5"))))
|
||||
(properties `((upstream-name . "HGNChelper")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-splitstackshape))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/waldronlab/HGNChelper")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue