python310Packages.dissect-ffs: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.ffs/compare/refs/tags/3.2...3.3

Changelog: https://github.com/fox-it/dissect.ffs/releases/tag/3.3
This commit is contained in:
Fabian Affolter
2023-02-11 10:12:38 +01:00
parent 32f13e3535
commit e53ea68511
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-ffs";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ffs";
rev = "refs/tags/${version}";
hash = "sha256-kcYSoY3a8ljY9LWzOUekLBzokE+wJrG1KEr0p5CCj0U=";
hash = "sha256-nGxojXslFVcqU+9StBOacmCyoZJJB4B4OIvql/cbcZE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;