guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: r-deepsnv: Update to 1.42.1.


From: guix-commits
Subject: 01/11: gnu: r-deepsnv: Update to 1.42.1.
Date: Sun, 12 Jun 2022 06:16:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f5899fe58b6e7b2faf037ad3c44490682602dba6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 12 11:16:23 2022 +0200

    gnu: r-deepsnv: Update to 1.42.1.
    
    * gnu/packages/bioconductor.scm (r-deepsnv): Update to 1.42.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 176f7ecc6d..a1831d73d5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2232,13 +2232,13 @@ targeted by a kinase.")
 (define-public r-deepsnv
   (package
     (name "r-deepsnv")
-    (version "1.42.0")
+    (version "1.42.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "deepSNV" version))
               (sha256
                (base32
-                "0si1x2bi5pff1dicpqg7hv4ziq46vm7lic72724ljsclpz9bfv6q"))))
+                "0bgj1grv3a5bqhcdsw445x49kl3pz367svy6fnrzfsk9bmj46kgn"))))
     (properties `((upstream-name . "deepSNV")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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