python313Packages.pysigma-backend-sqlite: 0.2.0-unstable-2025-01-21 -> 1.1.0

Diff: https://github.com/SigmaHQ/pySigma-backend-sqlite/compare/v0.2.0-unstable-2025-01-21...v1.1.0

Changelog: https://github.com/SigmaHQ/pySigma-backend-sqlite/releases/tag/v1.1.0
This commit is contained in:
Fabian Affolter
2026-01-11 13:39:19 +01:00
parent e04f338237
commit 63c5597a20
@@ -8,16 +8,16 @@
requests,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "pysigma-backend-sqlite";
version = "0.2.0-unstable-2025-01-21";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = "pySigma-backend-sqlite";
rev = "865350ce1a398acd7182f6f8429c3048db54ef1d";
hash = "sha256-NBgpLP3/UUrW/qM24jUyV4MH5c/uCVAfInZ6AKcl1X0=";
tag = "v${finalAttrs.version}";
hash = "sha256-R0VM4Keui8jvUJY+YqV6wU7buJHuLkONP7unj7AB3DA=";
};
pythonRelaxDeps = [ "pysigma" ];
@@ -36,8 +36,8 @@ buildPythonPackage rec {
meta = {
description = "Library to support sqlite for pySigma";
homepage = "https://github.com/SigmaHQ/pySigma-backend-sqlite";
changelog = "https://github.com/SigmaHQ/pySigma-backend-sqlite/releases/tag/v${version}";
changelog = "https://github.com/SigmaHQ/pySigma-backend-sqlite/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ fab ];
};
}
})