python312Packages.dissect-squashfs: 1.8 -> 1.9 (#390641)

This commit is contained in:
Fabian Affolter
2025-03-17 19:55:16 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-squashfs";
version = "1.8";
version = "1.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.squashfs";
tag = version;
hash = "sha256-C5Rp7MNuJjAk+DcjhNQfzZR47E/A2cJawhS6OFGU5xo=";
hash = "sha256-8u+pWUTUr4Warhb28XTxVU/jzOkXW+O6V8gDoAAlAbc=";
};
build-system = [
@@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Dissect module implementing a parser for the SquashFS file system";
homepage = "https://github.com/fox-it/dissect.squashfs";
changelog = "https://github.com/fox-it/dissect.squashfs/releases/tag/${version}";
changelog = "https://github.com/fox-it/dissect.squashfs/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};