guix-commits
[Top][All Lists]
Advanced

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

79/87: gnu: r-biocviews: Update to 1.66.2.


From: guix-commits
Subject: 79/87: gnu: r-biocviews: Update to 1.66.2.
Date: Mon, 9 Jan 2023 18:27:39 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 8ee7f8df76c882cc464c9cf164bcaedce616ed05
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 23:08:36 2023 +0100

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



reply via email to

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