mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python3Packages.gptcache: 0.1.37 -> 0.1.41
This commit is contained in:
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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user