me
/
guix
Archived
1
0
Fork 0

gnu: r-labelled: Update to 2.9.1.

* gnu/packages/cran.scm (r-labelled): Update to 2.9.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -10972,14 +10972,14 @@ subsequence} (LCS) using a dynamic programming algorithm.")
(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