me
/
guix
Archived
1
0
Fork 0

gnu: r-imager: Update to 1.0.1.

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

Change-Id: I75f935e3197d072148067d57947560397d4e7dff
master
Ricardo Wurmus 2024-05-07 22:18:47 +02:00
parent fc1f6f1734
commit 58a34e1c9c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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