python311Packages.dissect-target: 3.14 -> 3.15

Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.14...3.15

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.15
This commit is contained in:
Fabian Affolter
2024-01-26 23:06:58 +01:00
parent 14639030cf
commit 239b1da2f7
@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "dissect-target";
version = "3.14";
version = "3.15";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.target";
rev = "refs/tags/${version}";
hash = "sha256-vp1upVwohMXFKxlHy5lWmigdq9MUk1UknSsPpCXt50s=";
hash = "sha256-1uWKlp0t1mVtt3lbjl4U1TMxE2YHN/GzGs8OuoVTRqc=";
};
postPatch = ''