diff options
author | Vinicius Monego <monego@posteo.net> | 2024-05-11 16:08:06 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-05-11 16:13:52 -0300 |
commit | 38d3e90abe62728219fb765e0c64529ffed39d3f (patch) | |
tree | d88ac3bc478e45cc7f170dade50754ffcc27a144 /gnu/packages/geo.scm | |
parent | 27664208e3c24faea8e2f66882d20ce83e80053a (diff) | |
download | guix-38d3e90abe62728219fb765e0c64529ffed39d3f.tar.gz guix-38d3e90abe62728219fb765e0c64529ffed39d3f.zip |
gnu: python-osmnx: Update to 1.9.3.
* gnu/packages/geo.scm (python-osmnx): Update to 1.9.3.
Change-Id: I43cfa856ff146b1d699cb3ec6490515ac95a27d5
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 30e172a2f1..9010c2444a 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1044,7 +1044,7 @@ during conversion.") (define-public python-osmnx (package (name "python-osmnx") - (version "1.8.1") + (version "1.9.3") (source (origin ;; Fetch from github as the pypi package is missing the tests dir. @@ -1054,7 +1054,7 @@ during conversion.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0n238n07pp5jw9cg8nqw9qhpkw8plzb5imz1gxbliw2l1idqyjcl")))) + (base32 "0yi9al6rrc584y24vigi7w52dq9k2l2zgblrj5ajwgk8079k8zsf")))) (build-system pyproject-build-system) (arguments (list |