12 buildPythonPackage rec {
13 pname = "dissect-volume";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "dissect.volume";
23 hash = "sha256-9SbluaB2wV4gOCry5c7ZLABMwhGfnYg7dTPdKMXYSZM=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Dissect module implementing various utility functions for the other Dissect modules";
48 homepage = "https://github.com/fox-it/dissect.volume";
49 license = licenses.agpl3Only;
50 maintainers = with maintainers; [ fab ];