gnu: r-txdbmaker: Update to 1.4.1.

* gnu/packages/bioconductor.scm (r-txdbmaker): Update to 1.4.1.

Change-Id: Ia641479de6729e5cda6d8c971b61525e6c3773b6
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:27 +02:00
parent 5895ecb5e3
commit 84ae5ddbaf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14616,13 +14616,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.4.0") (version "1.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "txdbmaker" version)) (uri (bioconductor-uri "txdbmaker" version))
(sha256 (sha256
(base32 "0svbfb11hh7q97a5qfs89scs6m9viccky25p0xcxi4zd4m1z6p22")))) (base32 "0yfdm8v371mr76mxwbs8gc8bxnh5l9hpsrm9n7j2z1ipz4rn8scj"))))
(properties (properties
'((upstream-name . "txdbmaker") '((upstream-name . "txdbmaker")
(updater-extra-native-inputs . ("r-runit")))) (updater-extra-native-inputs . ("r-runit"))))