me
/
guix
Archived
1
0
Fork 0

gnu: r-tidygraph: Update to 1.3.0.

* gnu/packages/cran.scm (r-tidygraph): Update to 1.3.0.
[propagated-inputs]: Add r-lifecycle.

Change-Id: I99834ca5ee3ca760d2d5f16245118cd56c5e2b75
master
Ricardo Wurmus 2023-12-28 00:44:39 +01:00
parent 8b5768d509
commit b7e2c6b1c8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -26805,14 +26805,14 @@ files is supported.")
(define-public r-tidygraph
(package
(name "r-tidygraph")
(version "1.2.3")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidygraph" version))
(sha256
(base32
"11sn8z7bwv84lqlgnqc36n14nyhv1qdfc0gcs7nmgbl34nqhd75h"))))
"11qlnpn54bdlkh2jcrk807z86vw54jrb6r9za1jkb03x9dqi9cwk"))))
(properties `((upstream-name . "tidygraph")))
(build-system r-build-system)
(propagated-inputs
@ -26820,6 +26820,7 @@ files is supported.")
r-cpp11
r-dplyr
r-igraph
r-lifecycle
r-magrittr
r-pillar
r-r6