me
/
guix
Archived
1
0
Fork 0

gnu: r-igraph: Update to 1.2.8.

* gnu/packages/cran.scm (r-igraph): Update to 1.2.8.
master
Ricardo Wurmus 2021-11-23 15:23:33 +01:00
parent abdc8da973
commit 75010a0c74
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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