gnu: r-genomation: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.18.0.master
parent
a9790190d1
commit
e06b34e8c6
|
@ -8095,13 +8095,13 @@ reference point and sorted by a user defined feature.")
|
||||||
(define-public r-genomation
|
(define-public r-genomation
|
||||||
(package
|
(package
|
||||||
(name "r-genomation")
|
(name "r-genomation")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "genomation" version))
|
(uri (bioconductor-uri "genomation" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06i711pwq9znd7plh0p25skxnnh5dyl61c33k9gma243wvlzmlkj"))))
|
"1sba928h23b67gr3i4yj1bg655g24l3bcgsf5gvymzrv5idrss1l"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biostrings" ,r-biostrings)
|
`(("r-biostrings" ,r-biostrings)
|
||||||
|
|
Reference in New Issue