lol

python311Packages.dissect-util: 3.8 -> 3.9

Diff: https://github.com/fox-it/dissect.util/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.9

+3 -3
+3 -3
pkgs/development/python-modules/dissect-util/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "dissect-util"; 12 - version = "3.8"; 12 + version = "3.9"; 13 13 format = "pyproject"; 14 14 15 - disabled = pythonOlder "3.8"; 15 + disabled = pythonOlder "3.9"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "fox-it"; 19 19 repo = "dissect.util"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-w2RT3tInp30IWk3CY02coJtSHdgWMravWwTK69GgSHc="; 21 + hash = "sha256-u8FPGSG9bZi+bxqI5zABwHcqwmM24hURvHcHTKz8dYw="; 22 22 }; 23 23 24 24 SETUPTOOLS_SCM_PRETEND_VERSION = version;