python312Packages.dissect-btrfs: 1.6 -> 1.7

R. Ryantm d40e6aed 573c650e

Changed files
+3 -3
pkgs
development
python-modules
dissect-btrfs
+3 -3
pkgs/development/python-modules/dissect-btrfs/default.nix
···
buildPythonPackage rec {
pname = "dissect-btrfs";
-
version = "1.6";
+
version = "1.7";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "fox-it";
repo = "dissect.btrfs";
tag = version;
-
hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA=";
+
hash = "sha256-BREkGrQ1khz+uPahHeMwD0V8JytQY1K/oYa7nxP+bR0=";
};
nativeBuildInputs = [
···
meta = with lib; {
description = "Dissect module implementing a parser for the BTRFS file system";
homepage = "https://github.com/fox-it/dissect.btrfs";
-
changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${version}";
+
changelog = "https://github.com/fox-it/dissect.btrfs/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};