python312Packages.dissect-ntfs: 3.12 -> 3.13

This commit is contained in:
R. Ryantm 2024-11-18 20:29:21 +00:00
parent 4a2fe43808
commit 5d4a036789

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-ntfs";
version = "3.12";
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ntfs";
rev = "refs/tags/${version}";
hash = "sha256-zRAZqziVS4I7FDa7E4j67ekl9FXt0X+0oUpwmpNeI+I=";
hash = "sha256-DOxyPlHBv4PEbHeGC/pj2QzbGhKFjw6QOAJmhq6Fc3k=";
};
build-system = [