[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: python-pycountry: Update to 22.3.5.
From: |
guix-commits |
Subject: |
07/07: gnu: python-pycountry: Update to 22.3.5. |
Date: |
Fri, 1 Apr 2022 12:10:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a27cef76c29ba6ef0d7c203783b758ea2d5331d7
Author: Chadwain Holness <chadwainholness@gmail.com>
AuthorDate: Thu Mar 24 13:37:02 2022 -0400
gnu: python-pycountry: Update to 22.3.5.
* gnu/packages/python-xyz.scm (python-pycountry): Update to 22.3.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d3bd107350..5304b6915e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18512,14 +18512,14 @@ multitouch applications.")
(define-public python-pycountry
(package
(name "python-pycountry")
- (version "18.5.26")
+ (version "22.3.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycountry" version))
(sha256
(base32
- "15q9j047s3yc9cfcxq1ch8b71f81na44cr6dydd5gxk0ki9a4akz"))))
+ "0ihnkh86zz01vi46gcwgq6h71jrpj7hq71zi13c98n2qdhj3l5mj"))))
(build-system python-build-system)
(home-page "https://bitbucket.org/flyingcircus/pycountry")
(synopsis "ISO databases for languages, countries, currencies, etc.")
- branch master updated (b724c847a2 -> a27cef76c2), guix-commits, 2022/04/01
- 01/07: gnu: libressl: Add 'release-monitoring-url' property., guix-commits, 2022/04/01
- 03/07: weather: Colorize the output., guix-commits, 2022/04/01
- 05/07: gnu: vtk: Remove input labels., guix-commits, 2022/04/01
- 02/07: gnu: libtool: Add 2.4.7., guix-commits, 2022/04/01
- 04/07: gnu: vtk@6: Depend on Python 2.x, not 3.x., guix-commits, 2022/04/01
- 06/07: gnu: gnunet: Update to 0.16.3., guix-commits, 2022/04/01
- 07/07: gnu: python-pycountry: Update to 22.3.5.,
guix-commits <=