Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.dissect-evidence: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.evidence/releases/tag/3.4

+2 -2
+2 -2
pkgs/development/python-modules/dissect-evidence/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "dissect-evidence"; 14 - version = "3.3"; 14 + version = "3.4"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "fox-it"; 21 21 repo = "dissect.evidence"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-R4ua7JeT09GkoBwM2YGf2T0PJXhldUpqAS3xsB9L79c="; 23 + hash = "sha256-XGS0PevalwaQX5OF/KcDhNSJMPzUOiLO5nwp/K3HHJ8="; 24 24 }; 25 25 26 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;