guix-commits
[Top][All Lists]
Advanced

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

195/296: gnu: r-gofuncr: Update to 1.8.0.


From: guix-commits
Subject: 195/296: gnu: r-gofuncr: Update to 1.8.0.
Date: Fri, 12 Jun 2020 19:30:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 19b39ac579cb4474741aec2ace612e685812f19a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:54:27 2020 +0200

    gnu: r-gofuncr: Update to 1.8.0.
    
    * gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.8.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 b32527c..e974641 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4403,14 +4403,14 @@ footprints.")
 (define-public r-gofuncr
   (package
     (name "r-gofuncr")
-    (version "1.6.1")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOfuncR" version))
        (sha256
         (base32
-         "1wk7ja6f5il8jx8v05ijzcs9pijp3b953h566ya66xp7dz5jg9rb"))))
+         "1ixjkqb9wpwqfzxsg0h96c6fa63wrk72sfh6x4pq0kpyrcc0ind1"))))
     (properties `((upstream-name . "GOfuncR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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