python310Packages.gptcache: 0.1.41 -> 0.1.42

This commit is contained in:
R. Ryantm
2023-11-06 08:54:08 +00:00
parent b4c0c733b3
commit d0488cd805

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "gptcache";
version = "0.1.41";
version = "0.1.42";
format = "setuptools";
disabled = pythonOlder "3.8.1";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "zilliztech";
repo = "GPTCache";
rev = "refs/tags/${version}";
hash = "sha256-0jQziywoDQQuNaB1G7YovX7473PfI7u5fTRQMidf3NA=";
hash = "sha256-rrPs5ZwBooltVcvrs4AHObx69xmZ8F+IP/lJGPVTNXY=";
};
propagatedBuildInputs = [