diff options
author | BonfaceKilz | 2021-03-22 10:58:09 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-22 10:58:09 +0300 |
commit | 5b39055ca9e0240c5e14f56417bd942759b4ed2b (patch) | |
tree | ccffea30837f621c19d8e7b6d91c5c520065d055 /gn | |
parent | 5fe0f1d46c0bb44db792a11a343706ce680be382 (diff) | |
download | guix-bioinformatics-5b39055ca9e0240c5e14f56417bd942759b4ed2b.tar.gz |
gn: python-ipfshttpclient: Update to v0.7.0
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/python.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index b76f0ca..1e82e11 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1611,14 +1611,14 @@ sorted order.") (define-public python-ipfshttpclient (package (name "python-ipfshttpclient") - (version "0.6.1") + (version "0.7.0") (source (origin (method url-fetch) (uri (pypi-uri "ipfshttpclient" version)) (sha256 (base32 - "160hcczkrnbqwqjx86vri5kvmvn17v01csll1c8w8ifx96r14azv")))) + "14rnqk61fqa6c1ql412q723g7spgpv2pch96h7p8gb632hy07cgy")))) (build-system python-build-system) (arguments `(#:phases @@ -1627,7 +1627,7 @@ sorted order.") (lambda _ (substitute* "ipfshttpclient/client/__init__.py" (("VERSION_MAXIMUM = \"0.7.0\"") - "VERSION_MAXIMUM = \"0.7.1\"")) + "VERSION_MAXIMUM = \"0.8.1\"")) #t))))) (native-inputs `(("python-pytest" ,python-pytest) |