Commit d40e6aed authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.dissect-btrfs: 1.6 -> 1.7

parent 573c650e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "dissect-btrfs";
  version = "1.6";
  version = "1.7";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.btrfs";
    tag = version;
    hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA=";
    hash = "sha256-BREkGrQ1khz+uPahHeMwD0V8JytQY1K/oYa7nxP+bR0=";
  };

  nativeBuildInputs = [
@@ -52,7 +52,7 @@ buildPythonPackage rec {
  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 ];
  };