mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: r-atsnp: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-atsnp): Update to 1.14.0.
This commit is contained in:
parent
110ac40dea
commit
f185d3f680
1 changed files with 2 additions and 2 deletions
|
@ -2670,13 +2670,13 @@ (define-public r-atena
|
||||||
(define-public r-atsnp
|
(define-public r-atsnp
|
||||||
(package
|
(package
|
||||||
(name "r-atsnp")
|
(name "r-atsnp")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "atSNP" version))
|
(uri (bioconductor-uri "atSNP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dmv34xqwr3l2rznapxmyrkyf1w78qzxdv88s5nn8s1m8qdkgwkz"))))
|
"12za1agpbjjg4i94mikbkdbwqnkzzwz07v0gwdc7lpa9899q2ycb"))))
|
||||||
(properties `((upstream-name . "atSNP")))
|
(properties `((upstream-name . "atSNP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue