python312Packages.dissect-ntfs: 3.11 -> 3.12

This commit is contained in:
R. Ryantm
2024-09-10 16:37:04 +00:00
parent ab775a195f
commit b58824e4e6
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-ntfs";
version = "3.11";
version = "3.12";
format = "pyproject";
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ntfs";
rev = "refs/tags/${version}";
hash = "sha256-rwn7nKfEmv92JdSMhKztMWptvggzlWhGA0gg5C0EbFM=";
hash = "sha256-zRAZqziVS4I7FDa7E4j67ekl9FXt0X+0oUpwmpNeI+I=";
};
nativeBuildInputs = [