python: jmespath: 0.9.0 -> 0.9.3

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:03 +01:00
parent f71122374f
commit 1c228a0969
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jmespath"; pname = "jmespath";
version = "0.9.0"; version = "0.9.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0g9xvl69y7nr3w7ag4fsp6sm4fqf6vrqjw7504x2hzrrsh3ampq8"; sha256 = "6a81d4c9aa62caf061cb517b4d9ad1dd300374cd4706997aff9cd6aedd61fc64";
}; };
buildInputs = [ nose ]; buildInputs = [ nose ];