rekado pushed a commit to branch master
in repository guix.

commit a36b63d144099f7f12a9605e996e451c095f81c2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jul 3 02:40:00 2024 +0200

    gnu: r-txdbmaker: Update to 1.0.1.
    
    * gnu/packages/bioconductor.scm (r-txdbmaker): Update to 1.0.1.
    
    Change-Id: Id414fc98b78be2f876c2cc2d1157403f5e7285a6
---
 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 86bd3a3fe9..36387bd194 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12333,13 +12333,13 @@ dependencies between GO terms can be implemented and 
applied.")
 (define-public r-txdbmaker
   (package
     (name "r-txdbmaker")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "txdbmaker" version))
        (sha256
-        (base32 "099x6v4crp953jcgqipj0001kxg7gv5h0r4mmvh1cg7j69w0zd5m"))))
+        (base32 "1nl7lr0x0kicd44gvwrdslcnnlmqaf57rgp1gb22yvz3lfzjziqi"))))
     (properties `((upstream-name . "txdbmaker")))
     (build-system r-build-system)
     (propagated-inputs (list r-annotationdbi

Reply via email to