me
/
guix
Archived
1
0
Fork 0

gnu: r-imager: Update to 1.0.2.

* gnu/packages/cran.scm (r-imager): Update to 1.0.2.

Change-Id: I678a384037c4c265d2a2b06f2b3b8013abb6d017
master
Ricardo Wurmus 2024-05-13 21:59:52 +02:00
parent 6d7d9513e3
commit 336e3ad957
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30517,14 +30517,14 @@ number embedded in the file rather than the file extension.")
(define-public r-imager
(package
(name "r-imager")
(version "1.0.1")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "imager" version))
(sha256
(base32
"0i8rkz38y4xybh28jrwijrrmzfnj4pwifpwpgl345jgf4cxg0hxm"))))
"0sjn3ig5p020gml200cy5bdbrbql7qv1fqhhzjpcbmhprf39113w"))))
(properties `((upstream-name . "imager")))
(build-system r-build-system)
(inputs