me
/
guix
Archived
1
0
Fork 0

gnu: r-atsnp: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-atsnp): Update to 1.16.0.
master
Ricardo Wurmus 2023-04-28 17:59:45 +02:00
parent 9f61c365a4
commit 36aa29a62f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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