python311Packages.dissect-thumbcache: 1.6 -> 1.7

Diff: https://github.com/fox-it/dissect.thumbcache/compare/refs/tags/1.6...1.7

Changelog: https://github.com/fox-it/dissect.thumbcache/releases/tag/1.7
This commit is contained in:
Fabian Affolter 2024-03-08 09:41:23 +01:00
parent b4d763ebee
commit 7f0f76d4d1

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-thumbcache"; pname = "dissect-thumbcache";
version = "1.6"; version = "1.7";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.thumbcache"; repo = "dissect.thumbcache";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-q35VL3BUZrxNBB5mHegqVObG76BYG4FAk/KIAvdm6B8="; hash = "sha256-t5LovLS+YMWQWMCFP6jh3SNiLb/Jy9we4FX6MmsIJmY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [