Archived
1
0
Fork 0

gnu: r-imager: Update to 0.45.8.

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

Change-Id: I5c3e2852d8136e77eec9810414623558cd01b7d8
This commit is contained in:
Ricardo Wurmus 2024-02-20 17:44:58 +01:00
parent 3bbc870b61
commit eaef954d65
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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