python311Packages.dissect-ntfs: 3.9 -> 3.10

Diff: https://github.com/fox-it/dissect.ntfs/compare/refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect.ntfs/releases/tag/3.10
This commit is contained in:
Fabian Affolter
2024-05-08 00:13:09 +02:00
parent 2cf2fdfb4c
commit fad6670ba8
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-ntfs";
version = "3.9";
version = "3.10";
format = "pyproject";
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.ntfs";
rev = "refs/tags/${version}";
hash = "sha256-gjmxoxz4Qf2FsCP72siEpVLeqlZfvhuFZHSGr1n+cY0=";
hash = "sha256-7D+5Btvm9fWwtVjVpKNc0VU7seyZXFxR7tEh7CAh7io=";
};
nativeBuildInputs = [