guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: r-network: Update to 1.16.0.


From: guix-commits
Subject: 03/10: gnu: r-network: Update to 1.16.0.
Date: Tue, 3 Dec 2019 08:54:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a477a5c3575e775507a0c9c2c34f460e18aeb896
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 3 14:53:22 2019 +0100

    gnu: r-network: Update to 1.16.0.
    
    * gnu/packages/cran.scm (r-network): Update to 1.16.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8aaf7d8..6952af4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4149,14 +4149,14 @@ published results; and a routine for graphical 
display.")
 (define-public r-network
   (package
     (name "r-network")
-    (version "1.15")
+    (version "1.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "network" version))
        (sha256
         (base32
-         "1cscw5978fyixhkicf06c4b2g1yf6gyi8vx86cz3dy75d41mrgjw"))))
+         "0dnf1wl3za2lhx2lwd8smhlijl1cfhckgr8zz9piiirrfi2m2kx2"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-magrittr" ,r-magrittr)



reply via email to

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