me
/
guix
Archived
1
0
Fork 0

gnu: r-igraph: Update to 1.2.7.

* gnu/packages/cran.scm (r-igraph): Update to 1.2.7.
master
Ricardo Wurmus 2021-11-01 20:44:48 +00:00
parent 453ceb8563
commit 2e401e85b5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -27514,14 +27514,14 @@ model.")
(define-public r-igraph
(package
(name "r-igraph")
(version "1.2.6")
(version "1.2.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
"0vf7wrx77cdiav8724cw8gchrn0y9wvywphf5km4pa7xcqhsf3b4"))))
"1r8vmqm2rq1jnkh8axr4gw1hbj34ca1dil154qp037imfcra1h95"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))