guix-commits
[Top][All Lists]
Advanced

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

346/449: gnu: r-hypergraph: Update to 1.70.0.


From: guix-commits
Subject: 346/449: gnu: r-hypergraph: Update to 1.70.0.
Date: Tue, 22 Nov 2022 15:47:52 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 0b86f944410734ab85d668f47fb9cb834edd3fd4
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:27 2022 +0100

    gnu: r-hypergraph: Update to 1.70.0.
    
    * gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.70.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 c8f284bfbc..3093fcf9fa 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14453,14 +14453,14 @@ validating output, provides an S4 SBML DOM, converts 
SBML to R graph objects.")
 (define-public r-hypergraph
   (package
     (name "r-hypergraph")
-    (version "1.68.0")
+    (version "1.70.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "hypergraph" version))
        (sha256
         (base32
-         "0xmryqj5yw1ns6wbhjqbb6h14jlj89zrznzvqnvd4n03ci20kzzp"))))
+         "1jvnvzjivjwqxh19c3g37kpyl6i6mxw99ma3ypjjgxzx898nsg45"))))
     (properties `((upstream-name . "hypergraph")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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