mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: r-txdbmaker: Update to 1.6.2.
* gnu/packages/bioconductor.scm (r-txdbmaker): Update to 1.6.2. [properties]: Record one more package in updater-extra-native-inputs. Change-Id: Ie25a9043e7b02ee75e619140fbf3289185209b99
This commit is contained in:
parent
8530c0098b
commit
c4f407005a
1 changed files with 3 additions and 3 deletions
|
|
@ -14921,16 +14921,16 @@ dependencies between GO terms can be implemented and applied.")
|
|||
(define-public r-txdbmaker
|
||||
(package
|
||||
(name "r-txdbmaker")
|
||||
(version "1.6.0")
|
||||
(version "1.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "txdbmaker" version))
|
||||
(sha256
|
||||
(base32 "0rczknnbccc2vlbs0mkv89fqmr1myxjba12dvvyqfpnh7pcxfihp"))))
|
||||
(base32 "0m84qprk6z4ggj8qsds4lj2gbrvs0mvq63sg5f7i4m2kfawc5qpw"))))
|
||||
(properties
|
||||
'((upstream-name . "txdbmaker")
|
||||
(updater-extra-native-inputs . ("r-runit"))))
|
||||
(updater-extra-native-inputs . ("r-genomeinfodbdata" "r-runit"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue