python312Packages.dissect-target: 3.19 -> 3.20

Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.19...3.20

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.20
This commit is contained in:
Fabian Affolter 2024-11-18 20:36:10 +01:00
parent b993ecc4fb
commit fd68778871

View File

@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "dissect-target";
version = "3.19";
version = "3.20";
pyproject = true;
disabled = pythonOlder "3.9";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.target";
rev = "refs/tags/${version}";
hash = "sha256-D5YgCAKcnPyBrZTpcSuvKfWfIIcCxKGxn+mj8Jqzmws=";
hash = "sha256-/7pXOyhhFAKZJYgeW8QLriSicR1mB8pwK8EHkTz0Gko=";
};
postPatch = ''