python3Packages.cpe-search: 0.2.8 -> 0.2.9

Diff: https://github.com/ra1nb0rn/cpe_search/compare/v0.2.8...v0.2.9

Changelog: https://github.com/ra1nb0rn/cpe_search/blob/v0.2.9/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-06-06 10:23:16 +02:00
parent 96a797e0e3
commit f32007bd08
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "cpe-search";
version = "0.2.8";
version = "0.2.9";
pyproject = true;
src = fetchFromGitHub {
owner = "ra1nb0rn";
repo = "cpe_search";
tag = "v${finalAttrs.version}";
hash = "sha256-4f8+f0BZjbTcqhioYLVa6sJIcYEte5SYqQo3gY8BMEU=";
hash = "sha256-TEZTQvUZJYP0+Dtp/VAjyPNkxmKLV/+ApjsRSqEiH6w=";
};
build-system = [ hatchling ];