gnu: r-doby: Update to 4.6.20.

* gnu/packages/cran.scm (r-doby): Update to 4.6.20.

Change-Id: Id0a565f254065b55a9e947a174b60fafad2b5581
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:35 +01:00
parent c65da604a2
commit 0de7e4d5fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14362,14 +14362,14 @@ the work.")
(define-public r-doby
(package
(name "r-doby")
(version "4.6.19")
(version "4.6.20")
(source
(origin
(method url-fetch)
(uri (cran-uri "doBy" version))
(sha256
(base32
"14hvbhf9zamqkjhr9jd8zjpm9xlc8hwqj04gy6ln32n2hzqqqr6v"))))
"08nsl9xzyi2k7xkwa9mn91fn77ji0z9z5lm388pfdmydbfmpy2ks"))))
(properties `((upstream-name . "doBy")))
(build-system r-build-system)
(propagated-inputs