[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: Add python-cachecontrol-0.11.
From: |
guix-commits |
Subject: |
07/11: gnu: Add python-cachecontrol-0.11. |
Date: |
Mon, 23 Nov 2020 08:45:46 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 01b686412505d156887bb1053b35ee75ebe3a89f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 23 10:52:26 2020 +0200
gnu: Add python-cachecontrol-0.11.
* gnu/packages/python-web.scm (python-cachecontrol-0.11): New variable.
---
gnu/packages/python-web.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e7518b6..ca6d7a5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3106,6 +3106,19 @@ provide an easy-to-use Python interface for building
OAuth1 and OAuth2 clients."
(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")
- branch master updated (d9e57db -> 964bc9e), guix-commits, 2020/11/23
- 05/11: gnu: Add python-bagit., guix-commits, 2020/11/23
- 01/11: gnu: grub: Fix cross-compiling for other architectures., guix-commits, 2020/11/23
- 03/11: gnu: python-pydot: Run tests., guix-commits, 2020/11/23
- 07/11: gnu: Add python-cachecontrol-0.11.,
guix-commits <=
- 02/11: gnu: python-pydot: Update to 1.4.1., guix-commits, 2020/11/23
- 04/11: gnu: python-pydot: Update home-page URI., guix-commits, 2020/11/23
- 06/11: gnu: Add python-prov., guix-commits, 2020/11/23
- 08/11: gnu: Add python-schema-salad., guix-commits, 2020/11/23
- 09/11: gnu: Add python-arcp., guix-commits, 2020/11/23
- 11/11: gnu: Add cwltool., guix-commits, 2020/11/23
- 10/11: gnu: Add python-shellescape., guix-commits, 2020/11/23