[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/158: gnu: r-proj4: Update to 1.0-13.
From: |
guix-commits |
Subject: |
04/158: gnu: r-proj4: Update to 1.0-13. |
Date: |
Mon, 28 Aug 2023 11:11:10 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7fa2aacadef3499356144d86f72c411dbc7de639
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 11:43:12 2023 +0200
gnu: r-proj4: Update to 1.0-13.
* gnu/packages/cran.scm (r-proj4): Update to 1.0-13.
---
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 7673f0ffbb..e4582158b1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1246,13 +1246,13 @@ highlight styles are supported.")
(define-public r-proj4
(package
(name "r-proj4")
- (version "1.0-12")
+ (version "1.0-13")
(source (origin
(method url-fetch)
(uri (cran-uri "proj4" version))
(sha256
(base32
- "1y3n6zjc4s78pagq5f2x9sdfjg5x5nwnhq67jd06fndlsma8mssa"))))
+ "1wvp17x58i614mnrjp0idzfi7s3g7pz41x8cxv05ryi9iz5l0m5c"))))
(properties `((upstream-name . "proj4")))
(build-system r-build-system)
(inputs (list proj-7 zlib))
- branch master updated (4a49a89b09 -> 3350e871a8), guix-commits, 2023/08/28
- 04/158: gnu: r-proj4: Update to 1.0-13.,
guix-commits <=
- 06/158: gnu: r-quantreg: Update to 5.97., guix-commits, 2023/08/28
- 12/158: gnu: r-future-callr: Update to 0.8.2., guix-commits, 2023/08/28
- 11/158: gnu: r-curl: Update to 5.0.2., guix-commits, 2023/08/28
- 03/158: gnu: r-spatial: Update to 7.3-17., guix-commits, 2023/08/28
- 10/158: gnu: r-httr: Update to 1.4.7., guix-commits, 2023/08/28
- 15/158: gnu: r-bookdown: Update to 0.35., guix-commits, 2023/08/28
- 14/158: gnu: r-colourpicker: Update to 1.3.0., guix-commits, 2023/08/28
- 17/158: gnu: r-magick: Update to 2.7.5., guix-commits, 2023/08/28
- 26/158: gnu: r-zcompositions: Update to 1.4.1., guix-commits, 2023/08/28
- 02/158: gnu: r-survival: Update to 3.5-7., guix-commits, 2023/08/28