14 buildPythonPackage rec {
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-p7DvOGRhkCmtJ32EfttyKXGGmO5kfb2bQGqok/RJtU8=";
26 env.PBR_VERSION = version;
39 description = "A dot-accessible dictionary (a la JavaScript objects)";
40 license = licenses.mit;
41 homepage = "https://github.com/Infinidat/munch";