me
/
guix
Archived
1
0
Fork 0

gnu: r-igraph: Update to 1.3.2.

* gnu/packages/cran.scm (r-igraph): Update to 1.3.2.
master
Ricardo Wurmus 2022-07-01 15:30:06 +02:00
parent 0fd0ee6c4d
commit 6cbcdb0369
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28364,14 +28364,14 @@ model.")
(define-public r-igraph
(package
(name "r-igraph")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
"0khl87ncc9hkvx4f1kyzv7w7bg9zbyd1rk20ja3azkhpqjkjnnjh"))))
"0863gr9k7rvjrm7gz4l35q827jh8802m1q6f51ficgi21qc6cl0g"))))
(build-system r-build-system)
(native-inputs
(list gfortran))