Commit 179e8e43 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.azure-storage-queue: 12.14.1 -> 12.15.0

parent 580bbd6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "azure-storage-queue";
  version = "12.14.1";
  version = "12.15.0";
  pyproject = true;

  src = fetchPypi {
    pname = "azure_storage_queue";
    inherit version;
    hash = "sha256-j3r7MR7xuZBzFuWbs+BkU5fI12BzrbG1lfAnsXwLevE=";
    hash = "sha256-TgHcrlrv0MRj97rlx1yKkflVyJPxTtdZD8DNRHrEZm0=";
  };

  build-system = [ setuptools ];