Unverified Commit b25fef8c authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

python3Packages.azure-storage-queue: 12.13.0 -> 12.14.0 (#454204)

parents 5cd31ecf 3e9e6bd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "azure-storage-queue";
  version = "12.13.0";
  version = "12.14.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "azure_storage_queue";
    inherit version;
    hash = "sha256-JWkeeVjSSXA5JFETTfpUdjf9Lfz95bNHai4VLlaXP4w=";
    hash = "sha256-WIhM62wQqF3NIuOJreMr46bzbsWHxC5O/AZO/D7yV0M=";
  };

  build-system = [ setuptools ];