Unverified Commit 5e3ea0f6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.azure-storage-queue: 12.11.0 -> 12.12.0 (#343138)

parents 32e2eee9 93ae83cf
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -12,19 +12,20 @@

buildPythonPackage rec {
  pname = "azure-storage-queue";
  version = "12.11.0";
  version = "12.12.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Cox3eDnbpcUIJMrEivo8xWvgRPqkXKYbcmnrMZ6/AXE=";
    pname = "azure_storage_queue";
    inherit version;
    hash = "sha256-uvLxvIK31PUpGSLD6k8jziJD6ULb50lPyheCKQs38eQ=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    azure-core
    cryptography
    isodate