python312Packages.dissect-ntfs: 3.11 -> 3.12 (#341051)

This commit is contained in:
Nick Cao 2024-09-11 08:41:17 -04:00 committed by GitHub
commit 65c4fc0016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@
buildPythonPackage rec {
pname = "dissect-ntfs";
version = "3.11";
format = "pyproject";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.11";
@ -21,15 +21,15 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ntfs";
rev = "refs/tags/${version}";
hash = "sha256-rwn7nKfEmv92JdSMhKztMWptvggzlWhGA0gg5C0EbFM=";
hash = "sha256-zRAZqziVS4I7FDa7E4j67ekl9FXt0X+0oUpwmpNeI+I=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
dissect-cstruct
dissect-util
];