mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-gofuncr: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.4.0.
This commit is contained in:
parent
bcc233c1a6
commit
bab06a6ff3
1 changed files with 2 additions and 2 deletions
|
@ -3451,14 +3451,14 @@ (define-public r-atacseqqc
|
||||||
(define-public r-gofuncr
|
(define-public r-gofuncr
|
||||||
(package
|
(package
|
||||||
(name "r-gofuncr")
|
(name "r-gofuncr")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOfuncR" version))
|
(uri (bioconductor-uri "GOfuncR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"021kgcbm8n2yalhzab11cyppwznlkglynnh45wsgy9i2vi2n2znk"))))
|
"1znnkh96yyv6rkbjxx2942nixw4ixdll1f72v92wzsxdcbwkgqdm"))))
|
||||||
(properties `((upstream-name . "GOfuncR")))
|
(properties `((upstream-name . "GOfuncR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue