python311Packages.dissect-vmfs: 3.7 -> 3.8

Diff: https://github.com/fox-it/dissect.vmfs/compare/refs/tags/3.7...3.8

Changelog: https://github.com/fox-it/dissect.vmfs/releases/tag/3.8
This commit is contained in:
Fabian Affolter
2024-05-08 00:13:28 +02:00
parent 99fb2ad69d
commit 3d0ff9438e
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-vmfs";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.vmfs";
rev = "refs/tags/${version}";
hash = "sha256-HJV7cwNMFvHURt2dk/c1YbgFaHXRESREJ5ucmUsuS78=";
hash = "sha256-AcVWKUgykgTgP0haBOtWR+wNWzc/PN9qIwVJMqNg8hg=";
};
nativeBuildInputs = [