python311Packages.dissect-sql: 3.4 -> 3.5

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

Changelog: https://github.com/fox-it/dissect.sql/releases/tag/3.5
This commit is contained in:
Fabian Affolter 2023-05-27 21:46:29 +02:00
parent b501d846fa
commit a32563696d

View file

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