me
/
guix
Archived
1
0
Fork 0

gnu: python-cartopy: Update to 0.21.1.

* gnu/packages/geo.scm (python-cartopy): Update to 0.21.1.
master
Vinicius Monego 2023-01-29 07:56:04 -03:00
parent cd0ae604f4
commit 7100720b58
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
;;; Copyright © 2020 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2020 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2020, 2021, 2022 Felix Gruber <felgru@posteo.net> ;;; Copyright © 2020, 2021, 2022 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2021, 2023 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2021 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2021, 2022 Nikolay Korotkiy <sikmir@disroot.org> ;;; Copyright © 2021, 2022 Nikolay Korotkiy <sikmir@disroot.org>
;;; Copyright © 2022 Roman Scherer <roman.scherer@burningswell.com> ;;; Copyright © 2022 Roman Scherer <roman.scherer@burningswell.com>
@ -1167,13 +1167,13 @@ utilities for data translation and processing.")
(package (package
(name "python-cartopy") (name "python-cartopy")
;; This is a post-release fix that adds build_ext to setup.py. ;; This is a post-release fix that adds build_ext to setup.py.
(version "0.21.0") (version "0.21.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Cartopy" version)) (uri (pypi-uri "Cartopy" version))
(sha256 (sha256
(base32 "0hnfs75dcnz12ximah5xn9566r8zz189lxikmj4lrs9jl4l3l7ff")))) (base32 "02i5rjhvrsi3vgj8kfsdx77g1xl59jh2a671qqqj4n682abn9mc9"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases