python3Packages.dissect-sql: 3.12 -> 3.13

This commit is contained in:
R. Ryantm
2025-11-26 21:23:05 +00:00
parent fb451ae670
commit 6c84264f59
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-sql";
version = "3.12";
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.sql";
tag = version;
hash = "sha256-pkyiPyw6TOdi4kh/LusqWL2/UknQC48XkFiZr/4/fHg=";
hash = "sha256-ShyirE5gsACziciYrJIWweNCCe+0U+qJrc/9jsc1PPo=";
};
build-system = [