Unverified Commit f6458bf3 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #329646 from r-ryantm/auto-update/python312Packages.azure-monitor-query

python312Packages.azure-monitor-query: 1.3.0 -> 1.4.0
parents ad9a6e0d 4f653b68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonPackage rec {
  pname = "azure-monitor-query";
  version = "1.3.0";
  version = "1.4.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-629Un2FJr0SExRq/m7tmEjn1eBRfi+9lSFWXbu9CL+Y=";
    hash = "sha256-aZxvPFlC8J2pjO8nP/u3QDkE7EP5PA1j8Qo2e0R54Ak=";
  };

  nativeBuildInputs = [ setuptools ];