python310Packages.dissect-xfs: 3.2 -> 3.3

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

Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:27:01 +01:00
parent a1791b3ec7
commit 675d89f081

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.xfs";
rev = "refs/tags/${version}";
hash = "sha256-S05Y+Oe1q4DcTR9al2K82Q41EP0FnDGUp1gfzYiS/Yk=";
hash = "sha256-OasoZ+HGvW8PPWDBvKdrfiE3FqnXPx0xjBVFWLBYHwQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;