gnu: r-graphlayouts: Update to 1.0.1.
* gnu/packages/cran.scm (r-graphlayouts): Update to 1.0.1.
This commit is contained in:
parent
0025676cbe
commit
03cec4ae27
1 changed files with 2 additions and 2 deletions
|
|
@ -26029,14 +26029,14 @@ be used further by e.g. graphic devices.")
|
||||||
(define-public r-graphlayouts
|
(define-public r-graphlayouts
|
||||||
(package
|
(package
|
||||||
(name "r-graphlayouts")
|
(name "r-graphlayouts")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "graphlayouts" version))
|
(uri (cran-uri "graphlayouts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1favwyk5jak95jhfyadcdgr53mq8g92z3vdp2662ivaj7lg48mc9"))))
|
"0x777ixw2vvj1z3dams0zmyk25v7cdm4sx8v6knlb2mfkkg2gcyk"))))
|
||||||
(properties `((upstream-name . "graphlayouts")))
|
(properties `((upstream-name . "graphlayouts")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue