me
/
guix
Archived
1
0
Fork 0

gnu: r-atsnp: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-atsnp): Update to 1.14.0.
master
zimoun 2022-11-17 03:50:04 +01:00 committed by Ricardo Wurmus
parent 110ac40dea
commit f185d3f680
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2670,13 +2670,13 @@ transcripts in an integrated manner.")
(define-public r-atsnp
(package
(name "r-atsnp")
(version "1.12.0")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "atSNP" version))
(sha256
(base32
"0dmv34xqwr3l2rznapxmyrkyf1w78qzxdv88s5nn8s1m8qdkgwkz"))))
"12za1agpbjjg4i94mikbkdbwqnkzzwz07v0gwdc7lpa9899q2ycb"))))
(properties `((upstream-name . "atSNP")))
(build-system r-build-system)
(propagated-inputs