python3Packages.dissect-thumbcache: 1.10 -> 1.11

This commit is contained in:
R. Ryantm
2025-11-26 23:33:59 +00:00
parent fb451ae670
commit ce43f658fc
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-thumbcache";
version = "1.10";
version = "1.11";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.thumbcache";
tag = version;
hash = "sha256-seUhGD0stutZ6jfXDs86V6aiZ5ilUNS6ymBR5E3H9Ug=";
hash = "sha256-yZAowAPQGfYl8RcCcnR5yPiiaY2s7LykRqgVeKThkpk=";
};
build-system = [