guix-commits
[Top][All Lists]
Advanced

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

113/296: gnu: r-hpar: Update to 1.30.0.


From: guix-commits
Subject: 113/296: gnu: r-hpar: Update to 1.30.0.
Date: Fri, 12 Jun 2020 19:29:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 07bea01092d231a01e0457a9bff0a7327d655ebd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:08:26 2020 +0200

    gnu: r-hpar: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-hpar): Update to 1.30.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a1ebb92..0f394af 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1376,15 +1376,17 @@ microarrays.")
 (define-public r-hpar
   (package
     (name "r-hpar")
-    (version "1.28.0")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "hpar" version))
        (sha256
         (base32
-         "1yhay1ryrgj9cqa1x136cw40ca93afyvg0sarm30jsbj8nc1rm5m"))))
+         "1jq0qw7wq3426cp004divywjm3ryixkykcmwlhrri13agz6rx3r9"))))
     (build-system r-build-system)
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/hpar/";)
     (synopsis "Human Protein Atlas in R")
     (description "This package provides a simple interface to and data from



reply via email to

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