guix-commits
[Top][All Lists]
Advanced

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

02/29: gnu: r-igraph: Update to 2.0.1.1.


From: guix-commits
Subject: 02/29: gnu: r-igraph: Update to 2.0.1.1.
Date: Tue, 30 Jan 2024 10:15:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 67c1a96196e599b66c77115a14378ccac112803b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 15:36:03 2024 +0100

    gnu: r-igraph: Update to 2.0.1.1.
    
    * gnu/packages/cran.scm (r-igraph): Update to 2.0.1.1.
    [properties]: Tell updater to keep extra native input "which".
    [native-inputs]: Add pkg-config and which.
    
    Change-Id: Id56c68784d192f7a3031a338fe63a4c17799c605
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8ef9c923c1..1d019f13a9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35428,17 +35428,20 @@ model.")
 (define-public r-igraph
   (package
     (name "r-igraph")
-    (version "1.6.0")
+    (version "2.0.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "igraph" version))
        (sha256
         (base32
-         "1f1v8pv3slmjw11w6a97885114whw6ykky3jviwj1rrqzcvwq3j1"))))
+         "0rl8yklm7fpyjsgvjnljp6ldyj393qizi2sd5hsvmbm78h5c9dhv"))))
+    (properties
+     `((upstream-name . "igraph")
+       (updater-extra-native-inputs . ("which"))))
     (build-system r-build-system)
     (native-inputs
-     (list gfortran r-knitr))
+     (list gfortran pkg-config r-knitr which))
     (inputs
      (list glpk gmp libxml2 zlib))
     (propagated-inputs



reply via email to

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