python3Packages.cachecontrol: 0.14.2 -> 0.14.3

This commit is contained in:
R. Ryantm
2025-05-03 13:50:48 +00:00
parent 4a3f7c41c0
commit 87d1ccc7c3
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "cachecontrol";
version = "0.14.2";
version = "0.14.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ionrock";
repo = "cachecontrol";
tag = "v${version}";
hash = "sha256-m3ywSskVtZrOA+ksLz5XZflAJsbSAjdJsRpeq341q70=";
hash = "sha256-V8RWTDxhKCvf5bz2j6anp8bkCzkicTRY+Kd6eHu1peg=";
};
build-system = [ flit-core ];