guix-commits
[Top][All Lists]
Advanced

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

29/33: gnu: r-biocviews: Update to 1.66.3.


From: guix-commits
Subject: 29/33: gnu: r-biocviews: Update to 1.66.3.
Date: Wed, 15 Mar 2023 12:41:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 400c04694262b93bf77748feaf70f75790b99e7f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:32 2023 +0100

    gnu: r-biocviews: Update to 1.66.3.
    
    * gnu/packages/bioconductor.scm (r-biocviews): Update to 1.66.3.
---
 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 ac87b212f4..f2dfd653ea 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16558,13 +16558,13 @@ functionality.")
 (define-public r-biocviews
   (package
     (name "r-biocviews")
-    (version "1.66.2")
+    (version "1.66.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biocViews" version))
               (sha256
                (base32
-                "0fdxlixwf4d3p1prq37cgfvaiym44h2yd4bym6wp4dl8h648v99y"))))
+                "0ddxz7a8csf1l4srnjcgg5ps00fkcbv99y5wa0yrl6p9zr2d61qy"))))
     (properties
      `((upstream-name . "biocViews")))
     (build-system r-build-system)



reply via email to

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