python311Packages.dissect-target: 3.17 -> 3.18

Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.17...3.18

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.18
This commit is contained in:
Fabian Affolter 2024-07-04 21:53:55 +02:00
parent fea24526d5
commit fb6c8bb433

View File

@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "dissect-target";
version = "3.17";
version = "3.18";
pyproject = true;
disabled = pythonOlder "3.9";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.target";
rev = "refs/tags/${version}";
hash = "sha256-UIgHjSTHaxo8jCqe+R6rRxQXX8RUFKAI5+zscInAtgg=";
hash = "sha256-jR+f4t0QXmm007lrGdMyF9vFa3NW35gZxs7pe9sdjfg=";
};
postPatch = ''