3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ldblock: Update to 1.8.1.

* gnu/packages/bioinformatics.scm (r-ldblock): Update to 1.8.1.
This commit is contained in:
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

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)