6 buildPythonPackage rec {
11 src = fetchFromGitHub {
14 rev = "0642a71126c32cd26b3a443a5cac27e4e1f7240f";
15 sha256 = "1da8s04m5wwih9cvkrks3ymb8v082lia47f274hxmfhi6ma3qc8b";
18 pythonImportsCheck = [ "morphys" ];
21 description = "Smart conversions between unicode and bytes types";
22 homepage = "https://github.com/mkalinski/morphys";
23 license = licenses.mit;
24 maintainers = with maintainers; [ rakesh4g ];