python3Packages.dissect-fve: 4.5 -> 4.6

This commit is contained in:
R. Ryantm
2026-02-27 17:27:02 +00:00
parent 636f6c715f
commit 05fa2d2c03
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "dissect-fve";
version = "4.5";
version = "4.6";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.fve";
tag = version;
hash = "sha256-Lg29WJfXvjdhGtkZowzXgH9zzockoGkei1s9hgLr/gg=";
hash = "sha256-VNkMqnv0LFvqVIQzk086o4UDH3bcK3HgF0HdYmhpNgY=";
};
build-system = [