python3Packages.cpe-search: 0.2.6 -> 0.2.7

Diff: https://github.com/ra1nb0rn/cpe_search/compare/v0.2.6...v0.2.7

Changelog: https://github.com/ra1nb0rn/cpe_search/blob/v0.2.7/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-02-17 12:46:17 +01:00
parent 40f466ce35
commit 861829c923
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "cpe-search";
version = "0.2.6";
version = "0.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "ra1nb0rn";
repo = "cpe_search";
tag = "v${finalAttrs.version}";
hash = "sha256-S6VmFy5JSp/yjTjz6VibGGf+49rfhKv9kXM6LPUTnT4=";
hash = "sha256-HzpUOOHNyhj4JJEtLdiGIbz4pdcMOtV5hw8qKAR5O6s=";
};
build-system = [ hatchling ];