[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: python-pyproj: Update to 3.3.1.
From: |
guix-commits |
Subject: |
05/11: gnu: python-pyproj: Update to 3.3.1. |
Date: |
Sun, 11 Sep 2022 10:06:57 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit b7376b310a5a6a199aec31fada36a22367c3e32f
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Sep 8 20:14:34 2022 +0000
gnu: python-pyproj: Update to 3.3.1.
* gnu/packages/geo.scm (python-pyproj): Update to 3.3.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/geo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 59234863b8..98a9e05b9b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -642,14 +642,14 @@ projections.")
(define-public python-pyproj
(package
(name "python-pyproj")
- (version "3.2.1")
+ (version "3.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyproj" version))
(sha256
(base32
- "0xrqpy708qlyd7nqjra0dl7nvkqzaj9w0v7wq4j5pxazha9n14sa"))))
+ "1gjg63irs44djyqbp9gg7s02d0y5i9cd1a83phyzp5fcj56y3n5k"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch master updated (22bfc42fab -> 6c6eba3f1a), guix-commits, 2022/09/11
- 02/11: gnu: vtk: Build against proj-7., guix-commits, 2022/09/11
- 01/11: gnu: Add proj-7., guix-commits, 2022/09/11
- 07/11: gnu: openorienteering-mapper: Add curl dependency., guix-commits, 2022/09/11
- 05/11: gnu: python-pyproj: Update to 3.3.1.,
guix-commits <=
- 08/11: gnu: gplates: Add curl dependency., guix-commits, 2022/09/11
- 10/11: gnu: qmapshack: Add curl dependency., guix-commits, 2022/09/11
- 03/11: gnu: xygrib: Build against proj-7., guix-commits, 2022/09/11
- 06/11: gnu: python-cartopy: Update to 0.20.3., guix-commits, 2022/09/11
- 04/11: gnu: proj: Update to 9.0.1., guix-commits, 2022/09/11
- 11/11: news: Fix entry., guix-commits, 2022/09/11
- 09/11: gnu: qgis: Disable failing tests., guix-commits, 2022/09/11