gnu: r-motifrg: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-motifrg): Update to 1.18.0.
This commit is contained in:
parent
21d6c7a3e1
commit
809251e164
|
@ -7175,14 +7175,14 @@ Biostrings objects.")
|
||||||
(define-public r-motifrg
|
(define-public r-motifrg
|
||||||
(package
|
(package
|
||||||
(name "r-motifrg")
|
(name "r-motifrg")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "motifRG" version))
|
(uri (bioconductor-uri "motifRG" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ds22paqc0923y6z1fy0arw0wxvvmglfvfgarhywv1qywhq68mbq"))))
|
"1pa97aj6c5f3gx4bgriw110764dj3m9h104ddi8rv2bpy41yd98d"))))
|
||||||
(properties `((upstream-name . "motifRG")))
|
(properties `((upstream-name . "motifRG")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue