Unverified Commit 23b90a51 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.azure-storage-file-share: 12.22.0 -> 12.23.0 (#452899)

parents 21e9d63b 6edb4160
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -5,22 +5,19 @@
  cryptography,
  fetchPypi,
  isodate,
  pythonOlder,
  setuptools,
  typing-extensions,
}:

buildPythonPackage rec {
  pname = "azure-storage-file-share";
  version = "12.22.0";
  version = "12.23.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "azure_storage_file_share";
    inherit version;
    hash = "sha256-5YPI4IbufW7FDMI9r0KDnBjc4Rs2s9E2TBNxTAi1NFI=";
    hash = "sha256-Zw8npEEA7GwI3V5LuY/Kp7Zh93mYKO3FI6KNbtVrn2Y=";
  };

  build-system = [ setuptools ];