python311Packages.dissect-target: 3.12 -> 3.13

Diff: fox-it/dissect.target@refs/tags/3.12...3.13

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.13

+3 -3
+3 -3
pkgs/development/python-modules/dissect-target/default.nix
··· 39 39 40 40 buildPythonPackage rec { 41 41 pname = "dissect-target"; 42 - version = "3.12"; 42 + version = "3.13"; 43 43 format = "pyproject"; 44 44 45 - disabled = pythonOlder "3.12"; 45 + disabled = pythonOlder "3.9"; 46 46 47 47 src = fetchFromGitHub { 48 48 owner = "fox-it"; 49 49 repo = "dissect.target"; 50 50 rev = "refs/tags/${version}"; 51 - hash = "sha256-ByjeQcoDi0edum2XebF2DQ7d0xeH2nyulj6vt7bztKg="; 51 + hash = "sha256-4dtKAFhxaS8PRoeLY6ZYrE/4P1pbcii1gWQ9RRVOBzs="; 52 52 }; 53 53 54 54 SETUPTOOLS_SCM_PRETEND_VERSION = version;