mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: r-txdbmaker: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-txdbmaker): Update to 1.4.0. Change-Id: I8cbc465d1118344852f6a28b72a0ac5cad0fd16d
This commit is contained in:
parent
5f74fd2a33
commit
25168e33b1
1 changed files with 2 additions and 2 deletions
|
@ -14614,13 +14614,13 @@ dependencies between GO terms can be implemented and applied.")
|
||||||
(define-public r-txdbmaker
|
(define-public r-txdbmaker
|
||||||
(package
|
(package
|
||||||
(name "r-txdbmaker")
|
(name "r-txdbmaker")
|
||||||
(version "1.2.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "txdbmaker" version))
|
(uri (bioconductor-uri "txdbmaker" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09ix8lzc7rgkxnrk8s53ql0jd96h89wbqvqqpax1i7d5jw15lja6"))))
|
(base32 "0svbfb11hh7q97a5qfs89scs6m9viccky25p0xcxi4zd4m1z6p22"))))
|
||||||
(properties
|
(properties
|
||||||
'((upstream-name . "txdbmaker")
|
'((upstream-name . "txdbmaker")
|
||||||
(updater-extra-native-inputs . ("r-runit"))))
|
(updater-extra-native-inputs . ("r-runit"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue