python3Packages.dissect-sql: 3.12 -> 3.13 (#465385)

This commit is contained in:
Fabian Affolter
2025-11-26 22:58:07 +00:00
committed by GitHub
@@ -5,23 +5,20 @@
dissect-util,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "dissect-sql";
version = "3.12";
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.sql";
tag = version;
hash = "sha256-pkyiPyw6TOdi4kh/LusqWL2/UknQC48XkFiZr/4/fHg=";
hash = "sha256-ShyirE5gsACziciYrJIWweNCCe+0U+qJrc/9jsc1PPo=";
};
build-system = [