me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicalignments: Update to 1.20.1.

* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.20.1.
master
Ricardo Wurmus 2019-06-29 01:19:46 +02:00
parent 888085c36c
commit c40bba2b36
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7859,13 +7859,13 @@ samples.")
(define-public r-genomicalignments
(package
(name "r-genomicalignments")
(version "1.20.0")
(version "1.20.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicAlignments" version))
(sha256
(base32
"13zw7bb1adgph9bf9b9y725nr0320b80y70p2yqf3bjb2klfxf55"))))
"0s3q97q4pgj5jwn4g95al44rahrwsncsf45v01v4071msx3xmjxq"))))
(properties
`((upstream-name . "GenomicAlignments")))
(build-system r-build-system)