Add checksum for py-cachecontrol 0.12.11 (#33160)

This commit is contained in:
iarspider 2022-10-10 18:05:59 +02:00 committed by GitHub
parent 8d9a035d12
commit 5b3e8a46b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class PyCachecontrol(PythonPackage):
homepage = "https://github.com/ionrock/cachecontrol" homepage = "https://github.com/ionrock/cachecontrol"
pypi = "CacheControl/CacheControl-0.12.10.tar.gz" pypi = "CacheControl/CacheControl-0.12.10.tar.gz"
version("0.12.11", sha256="a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144")
version("0.12.10", sha256="d8aca75b82eec92d84b5d6eb8c8f66ea16f09d2adb09dbca27fe2d5fc8d3732d") version("0.12.10", sha256="d8aca75b82eec92d84b5d6eb8c8f66ea16f09d2adb09dbca27fe2d5fc8d3732d")
variant("filecache", default=False, description="Add lockfile dependency") variant("filecache", default=False, description="Add lockfile dependency")