python312Packages.dissect-squashfs: 1.7 -> 1.8

Diff: https://github.com/fox-it/dissect.squashfs/compare/refs/tags/1.7...1.8

Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.8
This commit is contained in:
Fabian Affolter 2024-11-18 20:34:53 +01:00
parent 4e4934e1a8
commit 05705021a6

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-squashfs";
version = "1.7";
version = "1.8";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.squashfs";
rev = "refs/tags/${version}";
hash = "sha256-ZRMCh/ycF594pADnX01S9oVxuY/cnJa4LLXP4ARoDs0=";
hash = "sha256-C5Rp7MNuJjAk+DcjhNQfzZR47E/A2cJawhS6OFGU5xo=";
};
build-system = [