gnu: r-graphlayouts: Update to 1.0.1.

* gnu/packages/cran.scm (r-graphlayouts): Update to 1.0.1.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:50 +02:00
parent 0025676cbe
commit 03cec4ae27
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26029,14 +26029,14 @@ (define-public r-systemfonts
(define-public r-graphlayouts
(package
(name "r-graphlayouts")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "graphlayouts" version))
(sha256
(base32
"1favwyk5jak95jhfyadcdgr53mq8g92z3vdp2662ivaj7lg48mc9"))))
"0x777ixw2vvj1z3dams0zmyk25v7cdm4sx8v6knlb2mfkkg2gcyk"))))
(properties `((upstream-name . "graphlayouts")))
(build-system r-build-system)
(propagated-inputs