python: jmespath: 0.9.3 -> 0.9.4

This commit is contained in:
Frederik Rietdijk 2019-04-16 19:15:36 +02:00
parent 5bcf82723a
commit 0eb2cdeb0c

View File

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