python311Packages.dissect-xfs: 3.5 -> 3.6

Diff: https://github.com/fox-it/dissect.xfs/compare/refs/tags/3.5...3.6

Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-07-06 11:51:06 +02:00
parent 0375154f60
commit f879047471

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.5";
version = "3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.xfs";
rev = "refs/tags/${version}";
hash = "sha256-Dy7Tgp1eWROo3SGXKAl7hoaQgYOQomQjE9lnhsC7HyE=";
hash = "sha256-unrkmhLvjWWKHiqJWCEVEVcUjxWXMznjOytRbDwAxKw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;