guix-commits
[Top][All Lists]
Advanced

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

82/105: gnu: r-blockmodeling: Update to 0.3.6.


From: guix-commits
Subject: 82/105: gnu: r-blockmodeling: Update to 0.3.6.
Date: Wed, 19 Feb 2020 15:48:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2d5c38f5001ecb5e6d336c118a3719a9cd749d4c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:14:52 2020 +0100

    gnu: r-blockmodeling: Update to 0.3.6.
    
    * gnu/packages/cran.scm (r-blockmodeling): Update to 0.3.6.
    [propagated-inputs]: Remove r-doparallel, r-dorng, and r-foreach.
---
 gnu/packages/cran.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 64ce107..1519dd5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11816,20 +11816,17 @@ chosen parallel environment and associated foreach 
backend.")
 (define-public r-blockmodeling
   (package
     (name "r-blockmodeling")
-    (version "0.3.4")
+    (version "0.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "blockmodeling" version))
        (sha256
         (base32
-         "11v9903y9dwlzaqp8sx0fsibcg82phvappddy37r8lnxd4vchsd2"))))
+         "12paf76l3wlxad14bkxn37lw9rg6ka473m86wlcf3yhriw8kbaiz"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-doparallel" ,r-doparallel)
-       ("r-dorng" ,r-dorng)
-       ("r-foreach" ,r-foreach)
-       ("r-matrix" ,r-matrix)))
+     `(("r-matrix" ,r-matrix)))
     (native-inputs `(("gfortran" ,gfortran)))
     (home-page "https://cran.r-project.org/web/packages/blockmodeling";)
     (synopsis "Generalized and classical blockmodeling of valued networks")



reply via email to

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