[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/35: gnu: r-proj4: Update to 1.0-14.
From: |
guix-commits |
Subject: |
06/35: gnu: r-proj4: Update to 1.0-14. |
Date: |
Wed, 17 Jan 2024 17:54:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 612a24a7b88bdbd0a7cddb8eae3a945875839c84
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:45 2024 +0100
gnu: r-proj4: Update to 1.0-14.
* gnu/packages/cran.scm (r-proj4): Update to 1.0-14.
Change-Id: I97575fc9f094b0e3cedb33dc83bbea286ed6c63d
---
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 d4254a642f..68fb71aaff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1509,13 +1509,13 @@ by R (also native code).")
(define-public r-proj4
(package
(name "r-proj4")
- (version "1.0-13")
+ (version "1.0-14")
(source (origin
(method url-fetch)
(uri (cran-uri "proj4" version))
(sha256
(base32
- "1wvp17x58i614mnrjp0idzfi7s3g7pz41x8cxv05ryi9iz5l0m5c"))))
+ "1dh059lhw32vn0hxlp6sxb6m8hjdgmm01djq6vfncrhkjbd73mfk"))))
(properties `((upstream-name . "proj4")))
(build-system r-build-system)
(inputs (list proj-7 zlib))
- branch master updated (270570f090 -> 4532eb6389), guix-commits, 2024/01/17
- 01/35: import/cran: Accept optional alternative download procedure., guix-commits, 2024/01/17
- 02/35: gnu: Add r-venn., guix-commits, 2024/01/17
- 04/35: gnu: r-cplm: Update to 0.7-12., guix-commits, 2024/01/17
- 06/35: gnu: r-proj4: Update to 1.0-14.,
guix-commits <=
- 03/35: gnu: r-collapse: Update to 2.0.9., guix-commits, 2024/01/17
- 07/35: gnu: r-ggvenndiagram: Update to 1.5.0., guix-commits, 2024/01/17
- 08/35: gnu: r-pkgload: Update to 1.3.4., guix-commits, 2024/01/17
- 14/35: gnu: r-uuid: Update to 1.2-0., guix-commits, 2024/01/17
- 11/35: gnu: r-ddalpha: Update to 1.3.15., guix-commits, 2024/01/17
- 12/35: gnu: r-statsexpressions: Update to 1.5.3., guix-commits, 2024/01/17
- 15/35: gnu: r-expm: Update to 0.999-9., guix-commits, 2024/01/17
- 13/35: gnu: r-timeseries: Update to 4032.109., guix-commits, 2024/01/17
- 19/35: gnu: r-gmp: Update to 0.7-4., guix-commits, 2024/01/17
- 10/35: gnu: r-ff: Update to 4.0.12., guix-commits, 2024/01/17