python312Packages.falconpy: 1.4.6 -> 1.4.7 (#382510)

This commit is contained in:
misuzu
2025-02-22 09:26:53 +02:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "falconpy";
version = "1.4.6";
version = "1.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "CrowdStrike";
repo = "falconpy";
tag = "v${version}";
hash = "sha256-boebQI//NenEqctQbEdxiXKU3/07C6jVzWVHecmJjPk=";
hash = "sha256-Ka1QVDXbUJQjCwGMsvMrItPiE88tgVcuz/iaXhjctSQ=";
};
build-system = [ hatchling ];
@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = {
description = "The CrowdStrike Falcon SDK for Python";
homepage = "https://github.com/CrowdStrike/falconpy";
changelog = "https://github.com/CrowdStrike/falconpy/releases/tag/v${version}";
changelog = "https://github.com/CrowdStrike/falconpy/releases/tag/${src.tag}";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ levigross ];
};