Unverified Commit 4cc32ea8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #232670 from fabaff/azure-storage-blob-bump

python311Packages.azure-storage-blob: 12.15.0 -> 12.16.0
parents 534123c8 9fcc3d3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "azure-storage-blob";
  version = "12.15.0";
  version = "12.16.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit pname version;
    extension = "zip";
    hash = "sha256-+LjVgkknQKsWdERVQINC+45MiJe2Soo/wxdDhEciwvI=";
    hash = "sha256-Q7RfGaUYpcaJVjLyY7OCXrwjV08lzIS2bhYwphYORm8=";
  };

  propagatedBuildInputs = [