me
/
guix
Archived
1
0
Fork 0

gnu: r-labelled: Update to 2.12.0.

* gnu/packages/cran.scm (r-labelled): Update to 2.12.0.
master
Ricardo Wurmus 2023-07-11 15:35:24 +02:00
parent 31eb88db4b
commit c16238380e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14075,14 +14075,14 @@ subsequence} (LCS) using a dynamic programming algorithm.")
(define-public r-labelled
(package
(name "r-labelled")
(version "2.11.0")
(version "2.12.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "labelled" version))
(sha256
(base32
"1pg5l2c3ai8gkrqryq5xzsal85pljmdzc2ln8k1ak3j4racm5p7d"))))
"1f6jh1mrbwb3v1kc49pb65sf5ffqs0h9vizpig4r5rhhv4n3q17y"))))
(properties `((upstream-name . "labelled")))
(build-system r-build-system)
(propagated-inputs