python311Packages.dissect-thumbcache: 1.5 -> 1.6

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

Changelog: https://github.com/fox-it/dissect.thumbcache/releases/tag/1.6
This commit is contained in:
Fabian Affolter 2023-09-27 10:50:57 +02:00
parent 0949501aff
commit e1e1df5365

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-thumbcache";
version = "1.5";
version = "1.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.thumbcache";
rev = "refs/tags/${version}";
hash = "sha256-xWwmkvBKKVCISL5RKzPkdPGo/ganNydymp4FaE9Mr7w=";
hash = "sha256-q35VL3BUZrxNBB5mHegqVObG76BYG4FAk/KIAvdm6B8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;