12 buildPythonPackage rec {
13 pname = "dissect-volume";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
21 repo = "dissect.volume";
22 rev = "refs/tags/${version}";
23 hash = "sha256-5ZO++l6BWA085U5IkghjCT46YhKc85SB7sNU2h4Fpec=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 # gzip.BadGzipFile: Not a gzipped file
57 description = "Dissect module implementing various utility functions for the other Dissect modules";
58 homepage = "https://github.com/fox-it/dissect.volume";
59 changelog = "https://github.com/fox-it/dissect.volume/releases/tag/${version}";
60 license = licenses.agpl3Only;
61 maintainers = with maintainers; [ fab ];