python313Packages.fuzzyfinder: 2.2.0 -> 2.3.0
Diff: https://github.com/amjith/fuzzyfinder/compare/refs/tags/v2.2.0...refs/tags/v2.3.0 Changelog: https://github.com/amjith/fuzzyfinder/blob/v2.3.0/CHANGELOG.rst
This commit is contained in:
parent
43adf9fb59
commit
a5a92ad67a
@ -3,29 +3,29 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fuzzyfinder";
|
||||
version = "2.2.0";
|
||||
version = "2.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "amjith";
|
||||
repo = "fuzzyfinder";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-QWUABljgtzsZONl1klCrxEh0tPYodMOXokEb3YvWsyg=";
|
||||
hash = "sha256-Zqh2H2d2TCxErmEE9gQwdpzZBGsjeQIo3AxBsc+C5u0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "fuzzyfinder" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/amjith/fuzzyfinder/blob/${src.rev}/CHANGELOG.rst";
|
||||
changelog = "https://github.com/amjith/fuzzyfinder/blob/${src.tag}/CHANGELOG.rst";
|
||||
description = "Fuzzy Finder implemented in Python";
|
||||
homepage = "https://github.com/amjith/fuzzyfinder";
|
||||
license = licenses.bsd3;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user