gnu: r-mlinterfaces: Update to 1.66.5.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.66.5.
This commit is contained in:
parent
0b692ef2c6
commit
e0061f5125
1 changed files with 2 additions and 2 deletions
|
@ -3605,14 +3605,14 @@ profiles (GO and KEGG) of gene and gene clusters.")
|
||||||
(define-public r-mlinterfaces
|
(define-public r-mlinterfaces
|
||||||
(package
|
(package
|
||||||
(name "r-mlinterfaces")
|
(name "r-mlinterfaces")
|
||||||
(version "1.66.4")
|
(version "1.66.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MLInterfaces" version))
|
(uri (bioconductor-uri "MLInterfaces" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19hlicdndy2p45y7w91gnwi3wgq5s465a646z3qqk8gmn5sn614q"))))
|
"05bg7qcrv485m03rkyq3qg5hrr1m3y7zx49bipwaivzqm3s1mbw5"))))
|
||||||
(properties `((upstream-name . "MLInterfaces")))
|
(properties `((upstream-name . "MLInterfaces")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue