python311Packages.dissect-vmfs: 3.5 -> 3.6

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

Changelog: https://github.com/fox-it/dissect.vmfs/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-07-06 11:50:38 +02:00
parent 2cfc65a992
commit 9dad9ccd58

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-vmfs";
version = "3.5";
version = "3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.vmfs";
rev = "refs/tags/${version}";
hash = "sha256-diCJfaR5Q3s44ZJpxZv5R0rx8aThpZzyyLn/4dqJERQ=";
hash = "sha256-FDxB87TeAMUp0hP9YS/nrqNx71+ZlHf3Bsaqvuwx36U=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;