me
/
guix
Archived
1
0
Fork 0

gnu: r-biostrings: Update to 2.44.2.

* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.44.2.
master
Roel Janssen 2017-08-02 00:27:35 +02:00
parent adf5d0a0bc
commit 5077bc3e2e
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -6924,13 +6924,13 @@ objects.")
(define-public r-biostrings
(package
(name "r-biostrings")
(version "2.44.0")
(version "2.44.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biostrings" version))
(sha256
(base32
"0ixgx12cx2z4n2khxq83crz9gc21qckj2v78y2p31567kfsw7clg"))))
"12c5abgshwq86357jr0r9039y6vl4d6ngysy89rsnr23ldnsirjp"))))
(properties
`((upstream-name . "Biostrings")))
(build-system r-build-system)