gnu: r-textplot: Update to 0.2.2.

* gnu/packages/cran.scm (r-textplot): Update to 0.2.2.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:15 +02:00
parent 4b64e712fc
commit 47b36a2da5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31817,14 +31817,14 @@ (define-public r-qpcr
(define-public r-textplot
(package
(name "r-textplot")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "textplot" version))
(sha256
(base32
"10nxh9axhy6kyp6f3rz7smq08yl35ydx9jx47bs7i0bmcl2kwxvl"))))
"1ag2h365zsx0fxbl05s2yfhf1q13p40akvbqg4qwsb5ynh2a56bf"))))
(properties `((upstream-name . "textplot")))
(build-system r-build-system)
(propagated-inputs