Skip to content

Commit

Permalink
python312Packages.azure-storage-file-share: 12.17.0 -> 12.18.0 (NixOS…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 20, 2024
2 parents 5e3ea0f + bd6c748 commit 90a3274
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@

buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.17.0";
version = "12.18.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-97LGz8G3y4AJelOx7S76nlRbSaKRQw02nNtJ+vvIQdY=";
pname = "azure_storage_file_share";
inherit version;
hash = "sha256-CoHa7l4TWYrM3jxzsa7Mxu39zsXpV79AFQwGIvuV3HY=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 90a3274

Please sign in to comment.