python3Packages.dissect-shellitem: 3.12 -> 3.13

This commit is contained in:
R. Ryantm
2025-11-26 22:55:44 +00:00
parent fb451ae670
commit 246829539e
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-shellitem";
version = "3.12";
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.shellitem";
tag = version;
hash = "sha256-mklMNKW3amPed2qXWVUxl73O9iORdauTh1ZygY/rg7I=";
hash = "sha256-2pgKfvlYt8eZh6YsTx6Gqd0XvvzJtaSh0tnhVF+Z/50=";
};
build-system = [