me
/
guix
Archived
1
0
Fork 0

gnu: r-fasterize: Update to 1.0.4.

* gnu/packages/cran.scm (r-fasterize): Update to 1.0.4.
Ricardo Wurmus 2022-12-19 17:07:31 +01:00
parent b422ab4a24
commit 0d37363e37
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -35759,13 +35759,13 @@ formatting and delivering log messages with low overhead.")
(define-public r-fasterize
(package
(name "r-fasterize")
(version "1.0.3")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "fasterize" version))
(sha256
(base32 "10bzl77c1b9jhcn1xp467qzp2n8c7s3wpxn53qjh1nwvbri5kd32"))))
(base32 "1ckxi2iyxdahhgbliblcrkzziblfagzr54srjk27yp1lcgivvvs4"))))
(properties `((upstream-name . "fasterize")))
(build-system r-build-system)
(propagated-inputs