python310Packages.dissect-thumbcache: 1.1 -> 1.2

Diff: https://github.com/fox-it/dissect.thumbcache/compare/refs/tags/1.1...1.2

Changelog: https://github.com/fox-it/dissect.thumbcache/releases/tag/1.2
This commit is contained in:
Fabian Affolter 2023-02-11 10:48:42 +01:00
parent ad079972ea
commit 02a74fcab8

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-thumbcache";
version = "1.1";
version = "1.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.thumbcache";
rev = "refs/tags/${version}";
hash = "sha256-4yUVJwIQniE9AAtAgzHczOZfyWZly86JKc0Qh3byYf4=";
hash = "sha256-lTtTZQgEvgaVoNPnVeRGO/BQU/8RfQ2ktljSBflhlOw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;