gnu: r-ragg: Update to 1.3.2.

* gnu/packages/cran.scm (r-ragg): Update to 1.3.2.

Change-Id: I3c0f5779dbade14c54000db9a7b14c6c2ec680c0
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:50 +02:00
parent 52efa75fe4
commit 7a9e99f3a1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -39264,14 +39264,14 @@ (define-public r-textshaping
(define-public r-ragg (define-public r-ragg
(package (package
(name "r-ragg") (name "r-ragg")
(version "1.3.1") (version "1.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ragg" version)) (uri (cran-uri "ragg" version))
(sha256 (sha256
(base32 (base32
"1p3bhbcgkllgmby9rdc1hillb5qgmc22blpmvdhd5j9ndywv2h0w")))) "0cb9dcp47pl0nizwy0a2ml8hm11bhf7ay20j237hmmgx159a8dw0"))))
(properties `((upstream-name . "ragg"))) (properties `((upstream-name . "ragg")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs