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:
parent
fb1dcfac46
commit
b6d7deca55
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue