python311Packages.dissect-thumbcache: 1.4 -> 1.5

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

Changelog: https://github.com/fox-it/dissect.thumbcache/releases/tag/1.5
This commit is contained in:
Fabian Affolter 2023-07-06 11:54:45 +02:00
parent f879047471
commit 585e41eb0e

View file

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