guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: r-biodb: Update to 1.6.1.


From: guix-commits
Subject: 03/03: gnu: r-biodb: Update to 1.6.1.
Date: Wed, 30 Nov 2022 05:30:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cef2cbb295e1533e3ac6eff01240af61a4961b69
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 30 10:49:48 2022 +0100

    gnu: r-biodb: Update to 1.6.1.
    
    * gnu/packages/bioconductor.scm (r-biodb): Update to 1.6.1.
---
 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 2ba2f3cb65..62fb7cfcf8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17855,14 +17855,14 @@ the Bioconductor project.")
 (define-public r-biodb
   (package
     (name "r-biodb")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "biodb" version))
        (sha256
         (base32
-         "08ahz3v2xbhwfh89dbnhhcdm0x5qv4hibi8wknlqf5x8gqm5j5w6"))))
+         "0mbqsias2ajw29d1wgl10y2cjqv3slrsgifccz0kh9l5r6bk28vz"))))
     (properties `((upstream-name . "biodb")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]