me
/
guix
Archived
1
0
Fork 0

gnu: r-graphlayouts: Update to 1.1.1.

* gnu/packages/cran.scm (r-graphlayouts): Update to 1.1.1.

Change-Id: I20a604015e7b16b0ac6fb83169f2fbd3002b2cb7
master
Ricardo Wurmus 2024-03-11 13:30:19 +01:00
parent 63b649a2f7
commit d14a9951ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -27294,14 +27294,14 @@ be used further by e.g. graphic devices.")
(define-public r-graphlayouts
(package
(name "r-graphlayouts")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "graphlayouts" version))
(sha256
(base32
"14ib4yjcxb6zgci5h89p9swqabab57bzywwp96d3nhn620chap22"))))
"009q5y46lbizdabbb6a61xlfa3g5lf3nd9w42709lcxi0ad4bhkv"))))
(properties `((upstream-name . "graphlayouts")))
(build-system r-build-system)
(propagated-inputs