guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: r-inspect: Update to 1.16.3.


From: guix-commits
Subject: 01/15: gnu: r-inspect: Update to 1.16.3.
Date: Wed, 19 Feb 2020 17:01:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b7e86efd3bf5450904bd308f0b2ff04c34d2b9bc
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 22:59:35 2020 +0100

    gnu: r-inspect: Update to 1.16.3.
    
    * gnu/packages/bioconductor.scm (r-inspect): Update to 1.16.3.
---
 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 a99c629..e63a58a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2071,14 +2071,14 @@ genes or proteins in these datasets.")
 (define-public r-inspect
   (package
     (name "r-inspect")
-    (version "1.16.2")
+    (version "1.16.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "INSPEcT" version))
        (sha256
         (base32
-         "1g8la7k4pnyr2hvk4yjd1bwvjy6nqbbb0fwxrrh2ifgqf4h21x2p"))))
+         "0y4gpvrbmcipdnyz9lz9ywn0317xnpcriiisqvxygin05vgcpilp"))))
     (properties `((upstream-name . "INSPEcT")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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