[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/35: gnu: r-igraph: Update to 2.0.3.
From: |
guix-commits |
Subject: |
07/35: gnu: r-igraph: Update to 2.0.3. |
Date: |
Tue, 19 Mar 2024 10:03:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ed30db3349e817d2d5185e8558d024b84c8ba1c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 19 14:40:48 2024 +0100
gnu: r-igraph: Update to 2.0.3.
* gnu/packages/cran.scm (r-igraph): Update to 2.0.3.
[inputs]: Remove gmp.
Change-Id: If54bcfc50b631a81b25a25829ab4aa3fcfd2ed29
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 054e03f2d4..1752bd075c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35727,14 +35727,14 @@ model.")
(define-public r-igraph
(package
(name "r-igraph")
- (version "2.0.2")
+ (version "2.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
- "0kfc9blyy54cz0m4mdzzwgvn0rkil49kdk438411mx62g2vxby9l"))))
+ "0xlg5lxzr8dc260fii43chsspqvb962i1yrcars988b78lnig2lf"))))
(properties
`((upstream-name . "igraph")
(updater-extra-native-inputs . ("which"))))
@@ -35742,7 +35742,7 @@ model.")
(native-inputs
(list gfortran pkg-config r-knitr which))
(inputs
- (list glpk gmp libxml2 zlib))
+ (list glpk libxml2 zlib))
(propagated-inputs
(list r-cli
r-cpp11
- branch master updated (83c5e7169d -> 26aa8fc87e), guix-commits, 2024/03/19
- 03/35: gnu: r-dyngen: Move to (gnu packages cran)., guix-commits, 2024/03/19
- 08/35: gnu: r-gwasexacthw: Update to 1.2., guix-commits, 2024/03/19
- 10/35: gnu: r-sass: Update to 0.4.9., guix-commits, 2024/03/19
- 11/35: gnu: r-pkgbuild: Update to 1.4.4., guix-commits, 2024/03/19
- 14/35: gnu: r-processx: Update to 3.8.4., guix-commits, 2024/03/19
- 17/35: gnu: r-ggsci: Update to 3.0.2., guix-commits, 2024/03/19
- 02/35: gnu: r-tictoc: Update to 1.2.1., guix-commits, 2024/03/19
- 07/35: gnu: r-igraph: Update to 2.0.3.,
guix-commits <=
- 09/35: gnu: r-zcompositions: Update to 1.5.0-3., guix-commits, 2024/03/19
- 05/35: gnu: r-arrow: Update to 15.0.1., guix-commits, 2024/03/19
- 01/35: gnu: r-genomeinfodb: Update to 1.38.8., guix-commits, 2024/03/19
- 06/35: gnu: snakemake-5: Use G-expression., guix-commits, 2024/03/19
- 13/35: gnu: r-coro: Update to 1.0.4., guix-commits, 2024/03/19
- 12/35: gnu: r-psych: Update to 2.4.3., guix-commits, 2024/03/19
- 15/35: gnu: r-tinytex: Update to 0.50., guix-commits, 2024/03/19
- 23/35: gnu: r-tm: Update to 0.7-12., guix-commits, 2024/03/19
- 20/35: gnu: r-tarchetypes: Update to 0.8.0., guix-commits, 2024/03/19
- 25/35: gnu: r-rms: Update to 6.8-0., guix-commits, 2024/03/19