guix-commits
[Top][All Lists]
Advanced

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

53/324: gnu: r-bsgenome: Update to 1.60.0.


From: guix-commits
Subject: 53/324: gnu: r-bsgenome: Update to 1.60.0.
Date: Sat, 5 Jun 2021 03:14:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e039d07bf85ffafe5f7efd86c370260096446b41
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:42 2021 +0200

    gnu: r-bsgenome: Update to 1.60.0.
    
    * gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.60.0.
---
 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 f19548e..36dc450 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2316,13 +2316,13 @@ effort and encourages consistency.")
 (define-public r-bsgenome
   (package
     (name "r-bsgenome")
-    (version "1.58.0")
+    (version "1.60.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BSgenome" version))
               (sha256
                (base32
-                "1gbvmxr6r57smgvhqgwspbcnwyk4hsfkxkpzzcs6470q03zfb4wq"))))
+                "1jhissp9ad1rn2p0bzr3yslbn84yqbaqgnn5p9hyacwr7mr091cn"))))
     (properties
      `((upstream-name . "BSgenome")))
     (build-system r-build-system)



reply via email to

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