guix-commits
[Top][All Lists]
Advanced

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

44/212: gnu: r-network: Update to 1.18.1.


From: guix-commits
Subject: 44/212: gnu: r-network: Update to 1.18.1.
Date: Sat, 18 Feb 2023 14:00:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 11128897fb1b38ea9fd37ee443e063c3b683dbd8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:20 2023 +0100

    gnu: r-network: Update to 1.18.1.
    
    * gnu/packages/cran.scm (r-network): Update to 1.18.1.
---
 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 c87a4006fd..20232df184 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8214,14 +8214,14 @@ features:
 (define-public r-network
   (package
     (name "r-network")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "network" version))
        (sha256
         (base32
-         "0nyf8i94lnqm4gfjz1szbwvl4c438xg3rjdkqr18fz68fh0v3x2r"))))
+         "0hyj7h0z6mvf0jq0fb5z9nny4c71pwqjl7w0z864in3754sp03f8"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-magrittr r-statnet-common r-tibble))



reply via email to

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