python311Packages.dissect-sql: 3.6 -> 3.7

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

Changelog: https://github.com/fox-it/dissect.sql/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-11-17 11:21:40 +01:00
parent e730ea9ab9
commit f299adceb4

View File

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