python311Packages.dissect-squashfs: 1.5 -> 1.6

Diff: https://github.com/fox-it/dissect.squashfs/compare/refs/tags/1.5...1.6

Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.6
This commit is contained in:
Fabian Affolter
2024-07-12 22:02:36 +02:00
parent a371f46cff
commit f429047e45
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-squashfs";
version = "1.5";
version = "1.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.squashfs";
rev = "refs/tags/${version}";
hash = "sha256-eylLBPim3dmo8h95lRmlh8O9m458K07TH2uK+hn3nKs=";
hash = "sha256-XTVGhTnDtuYTAjEeliwYDjuKfP7ljHIxaQAsQI1x5lk=";
};
build-system = [