mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
jmespath: update to 0.5.0
This commit is contained in:
parent
9ffb6d1fb2
commit
24349b8e99
@ -4978,11 +4978,11 @@ let
|
||||
|
||||
|
||||
jmespath = buildPythonPackage rec {
|
||||
name = "jmespath-0.4.1";
|
||||
name = "jmespath-0.5.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/j/jmespath/${name}.tar.gz";
|
||||
md5 = "a11ae39472672a650dfb55feab7d65eb";
|
||||
sha256 = "1hiqqaz1a9qv1j8n02r9c2c010krr0ar2sf35j2z2kci7ywky963";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ ply ];
|
||||
|
Loading…
Reference in New Issue
Block a user