python311Packages.dissect-sql: 3.9 -> 3.10

Diff: https://github.com/fox-it/dissect.sql/compare/refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect.sql/releases/tag/3.10
This commit is contained in:
Fabian Affolter
2024-07-12 22:02:38 +02:00
parent 52f15b85e0
commit fea24526d5
@@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-sql";
version = "3.9";
version = "3.10";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.sql";
rev = "refs/tags/${version}";
hash = "sha256-aq/p6oa+6C2BS2TV8YYXwGP580tIHYZqO455bYm0yeo=";
hash = "sha256-mhZvvPmREBY29U31POH8OfktVdNqNpQVIICPBin5WyI=";
};
build-system = [