python311Packages.dissect: 3.11 -> 3.12

Diff: https://github.com/fox-it/dissect/compare/refs/tags/3.11...3.12

Changelog: https://github.com/fox-it/dissect/releases/tag/3.12
This commit is contained in:
Fabian Affolter
2024-01-26 23:07:13 +01:00
parent 7a8ad22098
commit 2a4714a47c
@@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "dissect";
version = "3.11";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect";
rev = "refs/tags/${version}";
hash = "sha256-6y+p+Ulc1Viu5s1AL/ecVtO4YRnmem/ZleY8xC4CJrU=";
hash = "sha256-hy5Yr/yR7CC7cp6pA1JP+GKazu+N4AwPqFKwb7zM+N8=";
};
pythonRelaxDeps = true;