python310Packages.dissect-fat: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:38:00 +01:00
parent 9d9a75af7d
commit 778c90250d

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.3";
version = "3.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fat";
rev = "refs/tags/${version}";
hash = "sha256-v4GjI6DdDfxO3kGZ7Z5C6mkdRj9axsT9mvlSOQyiMBw=";
hash = "sha256-fnppFbdI+SfGPPcSspIQnI5wH3MerGtlEbm8pe3oSBs=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;