guix-commits
[Top][All Lists]
Advanced

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

24/151: gnu: r-inspect: Update to 1.12.0.


From: Ricardo Wurmus
Subject: 24/151: gnu: r-inspect: Update to 1.12.0.
Date: Wed, 7 Nov 2018 06:28:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6f1e1d0f884b6e79543d46abf5c94aee50838f4f
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:50:14 2018 +0100

    gnu: r-inspect: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-inspect): Update to 1.12.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 18b08b7..576ab18 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -854,14 +854,14 @@ in omics data.")
 (define-public r-inspect
   (package
     (name "r-inspect")
-    (version "1.10.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "INSPEcT" version))
        (sha256
         (base32
-         "1gk0pwyimkswrvgb2xr3c2zy4myi448a2shr5ap65rq9pcpp0l8p"))))
+         "0b671x5v2wyq5np2flq2m1fnjz32f303yjlw64a1inwc9k2w2pz2"))))
     (properties `((upstream-name . "INSPEcT")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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