python312Packages.dissect-thumbcache: 1.9 -> 1.10 (#388924)

This commit is contained in:
Nick Cao
2025-03-11 15:28:22 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-thumbcache";
version = "1.9";
version = "1.10";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.thumbcache";
tag = version;
hash = "sha256-ab7Ci64eeeUcmY2opa16weuVvsWn5UgvSauE55gVH/w=";
hash = "sha256-seUhGD0stutZ6jfXDs86V6aiZ5ilUNS6ymBR5E3H9Ug=";
};
build-system = [
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Dissect module implementing a parser for the Windows thumbcache";
homepage = "https://github.com/fox-it/dissect.thumbcache";
changelog = "https://github.com/fox-it/dissect.thumbcache/releases/tag/${version}";
changelog = "https://github.com/fox-it/dissect.thumbcache/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};