python311Packages.dissect-sql: 3.8 -> 3.9

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

Changelog: https://github.com/fox-it/dissect.sql/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2024-05-08 00:13:19 +02:00
parent 507f84ea8c
commit 57dd4b797e

View File

@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-sql";
version = "3.8";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.sql";
rev = "refs/tags/${version}";
hash = "sha256-f19l1NxIdkQRaqEAgeTIuloPY079TmnNZ/DLQEXFQIA=";
hash = "sha256-aq/p6oa+6C2BS2TV8YYXwGP580tIHYZqO455bYm0yeo=";
};
nativeBuildInputs = [