15 buildPythonPackage rec {
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-p7DvOGRhkCmtJ32EfttyKXGGmO5kfb2bQGqok/RJtU8=";
27 env.PBR_VERSION = version;
40 description = "Dot-accessible dictionary (a la JavaScript objects)";
41 license = licenses.mit;
42 homepage = "https://github.com/Infinidat/munch";