guix-commits
[Top][All Lists]
Advanced

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

275/296: gnu: r-hypergraph: Update to 1.60.0.


From: guix-commits
Subject: 275/296: gnu: r-hypergraph: Update to 1.60.0.
Date: Fri, 12 Jun 2020 19:30:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0ff724616bba61df9d5908878365996a335c695d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:04:03 2020 +0200

    gnu: r-hypergraph: Update to 1.60.0.
    
    * gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.60.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 a5960de..0ca977a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7370,14 +7370,14 @@ validating output, provides an S4 SBML DOM, converts 
SBML to R graph objects.")
 (define-public r-hypergraph
   (package
     (name "r-hypergraph")
-    (version "1.58.0")
+    (version "1.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "hypergraph" version))
        (sha256
         (base32
-         "1bixmslxy7r987zw1vf4dg72hfi04lf4vj03n7ygym2g8nfhbh7m"))))
+         "1iq9b9rzy3ikx8xszsjiv3p8l702n2h2s9w33797wcmkg4apslb7"))))
     (properties `((upstream-name . "hypergraph")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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