10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-xqtV60saQNINPMpOnZRSDnicedPSPBUQwPSE5zJGrTo=";
28 # Requires libasan to be accessible
31 pythonImportsCheck = [
36 description = "Module to handle JSON/MessagePack";
37 homepage = "https://github.com/jcrist/msgspec";
38 changelog = "https://github.com/jcrist/msgspec/releases/tag/${version}";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [ fab ];