mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-motifdb: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-motifdb): Update to 1.44.0. Change-Id: Iff85aa4dd21c45eac09920cb77400b934caa0988
This commit is contained in:
parent
e4772226b3
commit
01612dd2a6
1 changed files with 2 additions and 2 deletions
|
@ -15393,12 +15393,12 @@ (define-public r-motiv
|
|||
(define-public r-motifdb
|
||||
(package
|
||||
(name "r-motifdb")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MotifDb" version))
|
||||
(sha256
|
||||
(base32 "18d0qj9sn4bhfjy2mwsz2nnm41xlsqjslsv69nkhv19w9zd842pw"))))
|
||||
(base32 "1z72f5f3sh2ak6zjcfc6j6rblkllmdkli0kb57nwxg2j5hrys3xr"))))
|
||||
(properties `((upstream-name . "MotifDb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue