guix-commits
[Top][All Lists]
Advanced

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

10/25: gnu: r-statnet-common: Update to 4.1.2.


From: Ricardo Wurmus
Subject: 10/25: gnu: r-statnet-common: Update to 4.1.2.
Date: Wed, 13 Jun 2018 09:14:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1268a995da36c0795b0af6f06979af82d73b598f
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jun 13 14:59:52 2018 +0200

    gnu: r-statnet-common: Update to 4.1.2.
    
    * gnu/packages/cran.scm (r-statnet-common): Update to 4.1.2.
    [propagated-inputs]: Add r-coda.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 849c924..c535995 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2719,17 +2719,19 @@ supports arbitrary vertex/edge/graph attributes.")
 (define-public r-statnet-common
   (package
     (name "r-statnet-common")
-    (version "4.0.0")
+    (version "4.1.2")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "statnet.common" version))
         (sha256
           (base32
-            "0yw6l5b4qv0jqlg4zyczas7m12a5pyqghs6ydxy2f6v6vxkijvi0"))))
+            "0h3g687214rlycca0fjrpy1lqbqsrginxqhmhl2mb2jinqqxcfgd"))))
     (properties
       `((upstream-name . "statnet.common")))
     (build-system r-build-system)
+    (propagated-inputs
+     `(("r-coda" ,r-coda)))
     (home-page "https://statnet.org";)
     (synopsis "R scripts and utilities used by the Statnet software")
     (description "This package provides non-statistical utilities used by the



reply via email to

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