me
/
guix
Archived
1
0
Fork 0

gnu: r-igraph: Update to 1.3.1.

* gnu/packages/cran.scm (r-igraph): Update to 1.3.1.
master
Ricardo Wurmus 2022-05-28 08:30:48 +02:00
parent d0fdab7c8c
commit 551aa7beab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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