python3Packages.dissect-volume: 3.17 -> 3.18

This commit is contained in:
R. Ryantm
2026-03-02 21:20:48 +00:00
parent d87c566258
commit 1e17b02e6a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "dissect-volume";
version = "3.17";
version = "3.18";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.volume";
tag = version;
hash = "sha256-z7DH96c0uxOOE71m+P+QGds7ZHm1/yyE2FTilZt1OdA=";
hash = "sha256-2ivRkA4OLFntS2CtnXIr+/sLlcDVpmz6eINbejeH/3s=";
};
build-system = [