Unverified Commit 19a6dd12 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.ec2-metadata: 2.15.0 -> 2.16.0 (#441364)

parents 598b735e 4cb03b12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "ec2-metadata";
  version = "2.15.0";
  version = "2.16.0";
  pyproject = true;

  src = fetchPypi {
    pname = "ec2_metadata";
    inherit version;
    hash = "sha256-sGayaAkcpANp/dZEuQo07L/XgiW85vDiafC/nOOrG3U=";
    hash = "sha256-1Ca89aIVQ+B57Ov+0qoSNuUIgaGJENcya2J9WGE3mD8=";
  };

  build-system = [