python311Packages.dissect-extfs: 3.5 -> 3.6

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

Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-07-06 11:47:42 +02:00
parent 38f5bf745e
commit d7ba7079a9

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-extfs";
version = "3.5";
version = "3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.extfs";
rev = "refs/tags/${version}";
hash = "sha256-JLMOW1DkLI/8+1Zx3DL0fwWKaMi8OcQMxUNE9k8zhXA=";
hash = "sha256-jCra6ZvILzFgIlBDAKfYhH4mxnJ2B8+Smjs9Hf7nhQo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;