python3Packages.dissect-sql: 3.11 -> 3.12

This commit is contained in:
R. Ryantm
2025-09-08 15:38:32 +00:00
parent 90a49d004a
commit c81f7b5045
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-sql";
version = "3.11";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.sql";
tag = version;
hash = "sha256-1rIsG4TUv7JkNMiyGCbEEnnp2RccP8QksE91p3z1zjY=";
hash = "sha256-pkyiPyw6TOdi4kh/LusqWL2/UknQC48XkFiZr/4/fHg=";
};
build-system = [