python312Packages.dissect-fve: 4.0 -> 4.1 (#391596)

This commit is contained in:
Nick Cao
2025-03-20 17:28:20 -04:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dissect-fve";
version = "4.0";
version = "4.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fve";
tag = version;
hash = "sha256-R6ZrUofycEgJlwLE4/CXFZ2gTg+ETBPlBBC8+s5YN6M=";
hash = "sha256-xPjwyI134E0JWkM+S2ae9TuBGHMSrgyjooM9CGECqgg=";
};
build-system = [
@@ -51,7 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Dissect module implementing parsers for full volume encryption implementations";
homepage = "https://github.com/fox-it/dissect.fve";
changelog = "https://github.com/fox-it/dissect.fve/releases/tag/${version}";
changelog = "https://github.com/fox-it/dissect.fve/releases/tag/${src.tag}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
};