gnu: python-betamax: Update to 0.8.1.

* gnu/packages/python-web.scm (python-betamax): Update to 0.8.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-14 11:41:01 +01:00
parent f3fda2980c
commit 9851688392
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1693,14 +1693,14 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
(define-public python-betamax (define-public python-betamax
(package (package
(name "python-betamax") (name "python-betamax")
(version "0.8.0") (version "0.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "betamax" version)) (uri (pypi-uri "betamax" version))
(sha256 (sha256
(base32 (base32
"18f8v5gng3j773jlbbzx4rg1i4y2zw3m2l1zpmbvp8bh5a2q1i42")))) "1hki1c2vs7adq7zr56wi6i5bhrkia4s2ywpv2c98ibnczz709w2v"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; Many tests fail because they require networking. '(;; Many tests fail because they require networking.