From a377849c20adca9a377d50ac5de2f736a59a3ccb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 27 Jan 2026 11:52:16 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/cpe-search/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cpe-search/default.nix b/pkgs/development/python-modules/cpe-search/default.nix index df10e7699d35..030cd7613c0d 100644 --- a/pkgs/development/python-modules/cpe-search/default.nix +++ b/pkgs/development/python-modules/cpe-search/default.nix @@ -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 ];