python312Packages.dissect-ntfs: 3.12 -> 3.13

Diff: https://github.com/fox-it/dissect.ntfs/compare/refs/tags/3.12...3.13

Changelog: https://github.com/fox-it/dissect.ntfs/releases/tag/3.13
This commit is contained in:
Fabian Affolter 2024-11-18 20:35:44 +01:00
parent 34ea462cf6
commit b993ecc4fb

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 = [