Unverified Commit 18be8d8d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #293463 from fabaff/azure-core-bump

python311Packages.azure-core: 1.30.0 -> 1.30.1
parents bb2f164f ba64a22b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
}:

buildPythonPackage rec {
  version = "1.30.0";
  version = "1.30.1";
  pname = "azure-core";
  pyproject = true;

@@ -29,7 +29,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-bzp4g+8YRyL2vZlyYu3a+Az+fls+DKqvjbFpVpWJPTU=";
    hash = "sha256-Jic6JUEx+EJp6OpEZPNWDHMfKcDB9prJkBCEXyOcGo8=";
  };

  nativeBuildInputs = [