gnu: Add python-cachecontrol-0.11.

* gnu/packages/python-web.scm (python-cachecontrol-0.11): New variable.
This commit is contained in:
Efraim Flashner 2020-11-23 10:52:26 +02:00
parent 5a5f16ec42
commit 01b6864125
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3106,6 +3106,19 @@ (define-public python-cachecontrol
(define-public python2-cachecontrol
(package-with-python2 python-cachecontrol))
(define-public python-cachecontrol-0.11
(package
(inherit python-cachecontrol)
(name "python-cachecontrol")
(version "0.11.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "CacheControl" version))
(sha256
(base32
"07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g"))))))
(define-public python-betamax
(package
(name "python-betamax")