python311Packages.dissect-thumbcache: 1.8 -> 1.9

Diff: https://github.com/fox-it/dissect.thumbcache/compare/refs/tags/1.8...1.9

Changelog: https://github.com/fox-it/dissect.thumbcache/releases/tag/1.9
This commit is contained in:
Fabian Affolter 2024-07-04 21:52:13 +02:00
parent 429b0a15ae
commit a371f46cff

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-thumbcache";
version = "1.8";
version = "1.9";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.thumbcache";
rev = "refs/tags/${version}";
hash = "sha256-LcuuRVSnZVFtht03MD8qVNNPljVUzGa8vXu9GQPOgjs=";
hash = "sha256-ab7Ci64eeeUcmY2opa16weuVvsWn5UgvSauE55gVH/w=";
};
build-system = [