mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Merge pull request #271799 from r-ryantm/auto-update/python310Packages.gptcache
python310Packages.gptcache: 0.1.42 -> 0.1.43
This commit is contained in:
commit
49b3903e84
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "gptcache";
|
||||
version = "0.1.42";
|
||||
version = "0.1.43";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8.1";
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "zilliztech";
|
||||
repo = "GPTCache";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-rrPs5ZwBooltVcvrs4AHObx69xmZ8F+IP/lJGPVTNXY=";
|
||||
hash = "sha256-EDsHzl55j4sehbKk0/be+WOl83f1/7zPLvPyzKnTBP4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user