diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-24 02:29:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-24 12:15:31 +0100 |
commit | 2ddec68da2681e4714b8b5d6bbf09645cd8632b0 (patch) | |
tree | 5e508dcad4cc2fcd2bffb9f8d58b1203b488cf9d | |
parent | c4d35da424e42d0770a6a84d5c083ed2b7f23556 (diff) | |
download | guix-2ddec68da2681e4714b8b5d6bbf09645cd8632b0.tar.gz |
gnu: python-databricks-cli: Update to 0.14.1.
* gnu/packages/python-web.scm (python-databricks-cli): Update to 0.14.1.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ca6d7a5bfe..172c36d6f9 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1316,7 +1316,7 @@ another XPath engine to find the matching elements in an XML or HTML document.") (define-public python-databricks-cli (package (name "python-databricks-cli") - (version "0.14.0") + (version "0.14.1") (home-page "https://github.com/databricks/databricks-cli") (source (origin (method git-fetch) @@ -1324,7 +1324,7 @@ another XPath engine to find the matching elements in an XML or HTML document.") (file-name (git-file-name name version)) (sha256 (base32 - "0imwpfda2pxix1rx0nlqs48v58icfw065nsv53rpg0dw4bw9x2wi")))) + "03w19rzh72jll9phai23wp0c2mlv39qsrv50mhckziy39z60yxh8")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |