python310Packages.dissect-sql: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.sql/compare/refs/tags/3.2...3.3

Changelog: https://github.com/fox-it/dissect.sql/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:07:03 +01:00
parent 6ec5421082
commit 891bc7e77a

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-sql";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.sql";
rev = "refs/tags/${version}";
hash = "sha256-yw0EUxlgm7/3FpecGGvxkukudyFMv0fmPbOLJqc2tC0=";
hash = "sha256-sIXFEckHFr9H4oGFw8uuC+c54PR8ZbQxJKb5x5EixxQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;