python311Packages.dissect-sql: 3.5 -> 3.6

Diff: https://github.com/fox-it/dissect.sql/compare/refs/tags/3.5...3.6

Changelog: https://github.com/fox-it/dissect.sql/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-07-06 11:49:52 +02:00
parent 7c9f29cb01
commit 0f116b214b

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-sql";
version = "3.5";
version = "3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.sql";
rev = "refs/tags/${version}";
hash = "sha256-eKhW3Z7fzIKzGiemfjluuyBjsYXIZdgvnx39BIWYObM=";
hash = "sha256-CMUXMSkrutziAIYjUFbLEpsYpCZUiPmV16puXneGeHE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;