rekado pushed a commit to branch r-team
in repository guix.

commit 6e241432df02fbb43ba8433cafe75673a2b96872
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue May 13 11:57:27 2025 +0200

    gnu: r-txdbmaker: Update to 1.4.1.
    
    * gnu/packages/bioconductor.scm (r-txdbmaker): Update to 1.4.1.
    
    Change-Id: Ia641479de6729e5cda6d8c971b61525e6c3773b6
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f2aae17527..02d5518980 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14616,13 +14616,13 @@ dependencies between GO terms can be implemented and 
applied.")
 (define-public r-txdbmaker
   (package
     (name "r-txdbmaker")
-    (version "1.4.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "txdbmaker" version))
        (sha256
-        (base32 "0svbfb11hh7q97a5qfs89scs6m9viccky25p0xcxi4zd4m1z6p22"))))
+        (base32 "0yfdm8v371mr76mxwbs8gc8bxnh5l9hpsrm9n7j2z1ipz4rn8scj"))))
     (properties
      '((upstream-name . "txdbmaker")
        (updater-extra-native-inputs . ("r-runit"))))

Reply via email to