1
Fork 0
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:
Ricardo Wurmus 2025-04-29 18:56:03 +02:00
parent 5f74fd2a33
commit 25168e33b1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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"))))