python311Packages.dissect-thumbcache: 1.3 -> 1.4

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

Changelog: https://github.com/fox-it/dissect.thumbcache/releases/tag/1.4
This commit is contained in:
Fabian Affolter 2023-05-27 21:43:02 +02:00
parent fd8d5375c4
commit de3e95d004

View file

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