python3Packages.gptcache: 0.1.37 -> 0.1.41

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:36 +02:00
parent 7bf753ea01
commit f184e77321
@@ -4,12 +4,14 @@
, cachetools
, numpy
, pythonOlder
, redis
, redis-om
, requests
}:
buildPythonPackage rec {
pname = "gptcache";
version = "0.1.37";
version = "0.1.41";
format = "setuptools";
disabled = pythonOlder "3.8.1";
@@ -18,12 +20,14 @@ buildPythonPackage rec {
owner = "zilliztech";
repo = "GPTCache";
rev = "refs/tags/${version}";
hash = "sha256-eQu3O6jPL1BRObA99XA2EOznn9NaArVRouqD1Ypz/4w=";
hash = "sha256-0jQziywoDQQuNaB1G7YovX7473PfI7u5fTRQMidf3NA=";
};
propagatedBuildInputs = [
cachetools
numpy
redis
redis-om
requests
];