mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
python3Packages.cachetools: 4.2.3 -> 4.2.4
This commit is contained in:
parent
2de888a972
commit
ab2f3c2ede
@ -7,7 +7,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cachetools";
|
||||
version = "4.2.3";
|
||||
version = "4.2.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
@ -15,14 +16,16 @@ buildPythonPackage rec {
|
||||
owner = "tkem";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-9CHXvb+Nn3N2oWHwNbqKguzDO/q+4EnMZ50+E+MWS/A=";
|
||||
sha256 = "sha256-doPLl7Ooc2cKlTiS/dqLTKSkTlSgPFztIumAzciM0bc=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "cachetools" ];
|
||||
pythonImportsCheck = [
|
||||
"cachetools"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Extensible memoizing collections and decorators";
|
||||
|
Loading…
Reference in New Issue
Block a user