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
(package
(name "r-igraph")
(version "1.3.4")
(version "1.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
"1kyic5xmwgw5lm30rsvsf1x3m0yxysdlrnw63xn4fh8j4vcc66ms"))))
"1m4vbc1v2wvjn9df7w9ax0zpr3ys566bqazcakx7vddmnrkmsqcy"))))
(build-system r-build-system)
(native-inputs
(list gfortran))