python312Packages.dissect-vmfs: 3.10 -> 3.11 (#390640)

This commit is contained in:
Fabian Affolter
2025-03-17 19:54:51 +01:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-vmfs";
version = "3.10";
version = "3.11";
format = "pyproject";
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.vmfs";
tag = version;
hash = "sha256-/D5EaTNLxdzTMF/9S9esFXAxIwesEp0tdAMUAyeNtSI=";
hash = "sha256-jGPHZ26DDIcblgx4hP6L2BLHYY8YeIBcbxNR7bN/49g=";
};
nativeBuildInputs = [
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Dissect module implementing a parser for the VMFS file system";
homepage = "https://github.com/fox-it/dissect.vmfs";
changelog = "https://github.com/fox-it/dissect.vmfs/releases/tag/${version}";
changelog = "https://github.com/fox-it/dissect.vmfs/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};