Unverified Commit 3356f0d7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #196772 from r-ryantm/auto-update/python310Packages.azure-storage-file-share

python310Packages.azure-storage-file-share: 12.10.0 -> 12.10.1
parents 48c7b2ea ec5d7e68
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -2,30 +2,32 @@
, buildPythonPackage
, fetchPypi
, pythonOlder

# pythonPackages
, azure-core
, cryptography
, isodate
, msrest
, typing-extensions
}:

buildPythonPackage rec {
  pname = "azure-storage-file-share";
  version = "12.10.0";
  version = "12.10.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";
  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    extension = "zip";
    hash = "sha256-ANp31hkDL4TGoeP6Or9fI0LjYGyVMQJfuzd8RLrYZxI=";
    hash = "sha256-Vnm72cdg/9P+J3Scnj5jcG6kLCdIVMGnxnU9an2oxGQ=";
  };

  propagatedBuildInputs = [
    azure-core
    cryptography
    isodate
    msrest
    typing-extensions
  ];

  # requires checkout from monorepo