python3Packages.dissect-target: 3.24 -> 3.25.1

Diff: https://github.com/fox-it/dissect.target/compare/3.24...3.25.1

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.25.1
This commit is contained in:
Robert Schütz
2026-06-22 12:43:47 -07:00
parent a0846573ed
commit 19f3ead621

View File

@@ -2,6 +2,7 @@
lib,
stdenv,
asn1crypto,
backports-zstd,
buildPythonPackage,
defusedxml,
dissect-btrfs,
@@ -40,19 +41,18 @@
setuptools-scm,
structlog,
yara-python,
zstandard,
}:
buildPythonPackage rec {
pname = "dissect-target";
version = "3.24";
version = "3.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.target";
tag = version;
hash = "sha256-i1oA7UVo880dHJkf19YRcmPV3Lwp1a8RokfRNDZ9gG0=";
hash = "sha256-vFVKnzlzXWvNt2/oNsV2oBBHX+LHzAAzP6gz5fFNTWY=";
fetchLFS = true;
};
@@ -86,6 +86,7 @@ buildPythonPackage rec {
optional-dependencies = {
full = [
asn1crypto
backports-zstd
dissect-btrfs
dissect-cim
dissect-clfs
@@ -104,7 +105,6 @@ buildPythonPackage rec {
pycryptodome
ruamel-yaml
yara-python
zstandard
];
yara = [ yara-python ] ++ optional-dependencies.full;
smb = [ impacket ] ++ optional-dependencies.full;