me
/
guix
Archived
1
0
Fork 0

gnu: r-ldblock: Update to 1.8.1.

* gnu/packages/bioinformatics.scm (r-ldblock): Update to 1.8.1.
master
Ricardo Wurmus 2018-04-21 08:35:55 +02:00
parent fb1dcfac46
commit b6d7deca55
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10377,14 +10377,14 @@ by Ernst and Kellis.")
(define-public r-ldblock
(package
(name "r-ldblock")
(version "1.8.0")
(version "1.8.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ldblock" version))
(sha256
(base32
"18nfsixh6d2wfrb9laqsgly5w1frzihhak683k0p8fdf51h4aqba"))))
"1q8dz8wcq1r7kr635s9q21g36sxkdybk8khhpa4p57qv8r0gppl0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-erma" ,r-erma)