[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: r-imager: Update to 0.45.8.
From: |
guix-commits |
Subject: |
10/11: gnu: r-imager: Update to 0.45.8. |
Date: |
Tue, 20 Feb 2024 14:21:47 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit eaef954d65285e6b6d22f87a594e7cf91232fc55
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 20 17:44:58 2024 +0100
gnu: r-imager: Update to 0.45.8.
* gnu/packages/cran.scm (r-imager): Update to 0.45.8.
Change-Id: I5c3e2852d8136e77eec9810414623558cd01b7d8
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0b59882155..3ff6d4cae2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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
- 06/11: gnu: r-circlize: Update to 0.4.16., (continued)
- 06/11: gnu: r-circlize: Update to 0.4.16., guix-commits, 2024/02/20
- 08/11: gnu: r-usethis: Update to 2.2.3., guix-commits, 2024/02/20
- 02/11: gnu: r-estimability: Update to 1.5., guix-commits, 2024/02/20
- 09/11: gnu: r-ggforce: Update to 0.4.2., guix-commits, 2024/02/20
- 01/11: gnu: r-dt: Update to 0.32., guix-commits, 2024/02/20
- 07/11: gnu: r-acdm: Update to 1.0.4.3., guix-commits, 2024/02/20
- 03/11: gnu: r-boot: Update to 1.3-29., guix-commits, 2024/02/20
- 04/11: gnu: r-ggvenndiagram: Update to 1.5.2., guix-commits, 2024/02/20
- 05/11: gnu: r-callr: Update to 3.7.5., guix-commits, 2024/02/20
- 11/11: gnu: r-tam: Update to 4.2-21., guix-commits, 2024/02/20
- 10/11: gnu: r-imager: Update to 0.45.8.,
guix-commits <=