guix-commits
[Top][All Lists]
Advanced

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

47/119: gnu: r-statnet-common: Update to 4.5.0.


From: guix-commits
Subject: 47/119: gnu: r-statnet-common: Update to 4.5.0.
Date: Sat, 10 Jul 2021 16:31:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2543c36d6f17e879c30dc6b0c1b667c7b723ca92
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:14 2021 +0200

    gnu: r-statnet-common: Update to 4.5.0.
    
    * gnu/packages/cran.scm (r-statnet-common): Update to 4.5.0.
    [propagated-inputs]: Remove r-rle.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index aad7675..5a04511 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6025,20 +6025,19 @@ vectors.")
 (define-public r-statnet-common
   (package
     (name "r-statnet-common")
-    (version "4.4.1")
+    (version "4.5.0")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "statnet.common" version))
         (sha256
           (base32
-            "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf"))))
+            "0bw8dwnv568i60xrj6d7gv0hnna1x7rvqaayy5i0827khvdj7nrw"))))
     (properties
       `((upstream-name . "statnet.common")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-coda" ,r-coda)
-       ("r-rle" ,r-rle)))
+     `(("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]