python313Packages.dissect-btrfs: 1.7 -> 1.9

Diff: https://github.com/fox-it/dissect.btrfs/compare/1.7...1.9

Changelog: https://github.com/fox-it/dissect.btrfs/releases/tag/1.9
This commit is contained in:
Fabian Affolter
2025-11-27 20:18:07 +01:00
parent 26405c899d
commit 7123f9682e
@@ -6,7 +6,6 @@
fetchFromGitHub,
google-crc32c,
python-lzo,
pythonOlder,
setuptools,
setuptools-scm,
zstandard,
@@ -14,16 +13,14 @@
buildPythonPackage rec {
pname = "dissect-btrfs";
version = "1.7";
version = "1.9";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.btrfs";
tag = version;
hash = "sha256-BREkGrQ1khz+uPahHeMwD0V8JytQY1K/oYa7nxP+bR0=";
hash = "sha256-qOyPMDZtudrvZNlyiL16gv513zuTCd2O14Q4QwHMmoc=";
};
nativeBuildInputs = [