guix-commits
[Top][All Lists]
Advanced

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

03/39: gnu: r-biostrings: Update to 2.64.1.


From: guix-commits
Subject: 03/39: gnu: r-biostrings: Update to 2.64.1.
Date: Mon, 3 Oct 2022 13:08:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 15243c2f8458da002a2fb621b4e6c305ffc0dee3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:52 2022 +0200

    gnu: r-biostrings: Update to 2.64.1.
    
    * gnu/packages/bioconductor.scm (r-biostrings): Update to 2.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 55d358c748..bce4c030b0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3566,13 +3566,13 @@ objects.")
 (define-public r-biostrings
   (package
     (name "r-biostrings")
-    (version "2.64.0")
+    (version "2.64.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Biostrings" version))
               (sha256
                (base32
-                "1sz52hz89l9w2y2bvyis7kczslk1xnskls9l2bn1s3dhnjzdzhg8"))))
+                "1wk8nlmp6f6fsjrcb4fb48s3ay38yywwad748i6lfkkcw2pdfw33"))))
     (properties
      `((upstream-name . "Biostrings")))
     (build-system r-build-system)



reply via email to

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