python314Packages.cpe-search: 0.1.9 -> 0.2.4

Diff: https://github.com/ra1nb0rn/cpe_search/compare/v0.1.9...v0.2.4

Changelog: https://github.com/ra1nb0rn/cpe_search/blob/v0.2.4/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-01-27 11:52:16 +01:00
parent b4a328118e
commit a377849c20
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "cpe-search";
version = "0.1.9";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ra1nb0rn";
repo = "cpe_search";
tag = "v${finalAttrs.version}";
hash = "sha256-Joo95w5fql9dkBe+tz6MfOWEp1dbJEv6gBdv4HgGq/w=";
hash = "sha256-wnUKLJUUj3idQLv3FSpcUZksa0FvwMxKDId6/hjpEZw=";
};
build-system = [ hatchling ];