nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.dissect-target: 3.22 -> 3.23.1

R. Ryantm 1fbf5d55 40c7c335

+2 -2
+2 -2
pkgs/development/python-modules/dissect-target/default.nix
··· 45 45 46 46 buildPythonPackage rec { 47 47 pname = "dissect-target"; 48 - version = "3.22"; 48 + version = "3.23.1"; 49 49 pyproject = true; 50 50 51 51 disabled = pythonOlder "3.9"; ··· 54 54 owner = "fox-it"; 55 55 repo = "dissect.target"; 56 56 tag = version; 57 - hash = "sha256-N7GxaXQj7mrTOsNGek4ZZlVF9GH/rm5CFKpYFMLJw8k="; 57 + hash = "sha256-WOFtDFCN3OfhEjfhEgwtJN/tQVRGvd2RMQzcKtf0atU="; 58 58 fetchLFS = true; 59 59 }; 60 60