guix-commits
[Top][All Lists]
Advanced

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

27/39: gnu: r-biocviews: Update to 1.64.1.


From: guix-commits
Subject: 27/39: gnu: r-biocviews: Update to 1.64.1.
Date: Mon, 3 Oct 2022 13:08:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9af834ad37af4acfa451177f3b4d5e4a5063756a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:57 2022 +0200

    gnu: r-biocviews: Update to 1.64.1.
    
    * gnu/packages/bioconductor.scm (r-biocviews): Update to 1.64.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 cb0bcbd893..fbc4a679fd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13836,13 +13836,13 @@ functionality.")
 (define-public r-biocviews
   (package
     (name "r-biocviews")
-    (version "1.64.0")
+    (version "1.64.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biocViews" version))
               (sha256
                (base32
-                "1lahla53awdqiglfiygbxg5pkzfabym7n5abgyp1nvqsvsj0g126"))))
+                "0ixcx9qqpmwmnhml3klk5z075km8g2l4q0iqc1dbniga87qgyl38"))))
     (properties
      `((upstream-name . "biocViews")))
     (build-system r-build-system)



reply via email to

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