python3Packages.dissect-shellitem: 3.11 -> 3.12

R. Ryantm ea112934 90a49d00

Changed files
+2 -2
pkgs
development
python-modules
dissect-shellitem
+2 -2
pkgs/development/python-modules/dissect-shellitem/default.nix
···
buildPythonPackage rec {
pname = "dissect-shellitem";
-
version = "3.11";
+
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "dissect.shellitem";
tag = version;
-
hash = "sha256-mHcH6lgTyv1DlEccYRitfby7WMJc3/71ef/OurW3EEw=";
+
hash = "sha256-mklMNKW3amPed2qXWVUxl73O9iORdauTh1ZygY/rg7I=";
};
build-system = [