me
/
guix
Archived
1
0
Fork 0

gnu: r-igraph: Update to 1.3.5.

* gnu/packages/cran.scm (r-igraph): Update to 1.3.5.
master
Ricardo Wurmus 2022-11-04 09:58:54 +01:00
parent b6529bd34f
commit 6f4fc5f2f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -29689,14 +29689,14 @@ model.")
(define-public r-igraph (define-public r-igraph
(package (package
(name "r-igraph") (name "r-igraph")
(version "1.3.4") (version "1.3.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "igraph" version)) (uri (cran-uri "igraph" version))
(sha256 (sha256
(base32 (base32
"1kyic5xmwgw5lm30rsvsf1x3m0yxysdlrnw63xn4fh8j4vcc66ms")))) "1m4vbc1v2wvjn9df7w9ax0zpr3ys566bqazcakx7vddmnrkmsqcy"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
(list gfortran)) (list gfortran))