gnu: r-lgr: Update to 0.4.4.

* gnu/packages/cran.scm (r-lgr): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:28 +02:00
parent 6658442cc1
commit 0822d26eb8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -30844,13 +30844,13 @@ Services (AWS) Simple Storage Service (S3) REST API.")
(define-public r-lgr
(package
(name "r-lgr")
(version "0.4.3")
(version "0.4.4")
(source (origin
(method url-fetch)
(uri (cran-uri "lgr" version))
(sha256
(base32
"18s92qyakhvp336kk2777ydypwfrfwfz6a1gqkq812zy3kcb4mcc"))))
"09x1vw6cnc1c0p0ylcz1q1vcxyaf1kljhh7ni3gl5jm19zii2h4c"))))
(build-system r-build-system)
(propagated-inputs
(list r-r6))