gnu: r-labelled: Update to 2.9.1.

* gnu/packages/cran.scm (r-labelled): Update to 2.9.1.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:24 +02:00
parent c00b0070bf
commit bf192c0bef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10972,14 +10972,14 @@ (define-public r-mosaiccore
(define-public r-labelled
(package
(name "r-labelled")
(version "2.9.0")
(version "2.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "labelled" version))
(sha256
(base32
"0ffnhlr239nqcwb35m4hll21abnnhpmyy5wlxnyahrg0kqb0xb1n"))))
"0h7scbyzh7kr51gds222rkhld2b3k36s86hj8rrzpwv4bwj0pccy"))))
(properties `((upstream-name . "labelled")))
(build-system r-build-system)
(propagated-inputs