Skip to content

Commit 90a3274

Browse files
authored
python312Packages.azure-storage-file-share: 12.17.0 -> 12.18.0 (#343137)
2 parents 5e3ea0f + bd6c748 commit 90a3274

File tree

1 file changed

+4
-3
lines changed
  • pkgs/development/python-modules/azure-storage-file-share

1 file changed

+4
-3
lines changed

pkgs/development/python-modules/azure-storage-file-share/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212

1313
buildPythonPackage rec {
1414
pname = "azure-storage-file-share";
15-
version = "12.17.0";
15+
version = "12.18.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.8";
1919

2020
src = fetchPypi {
21-
inherit pname version;
22-
hash = "sha256-97LGz8G3y4AJelOx7S76nlRbSaKRQw02nNtJ+vvIQdY=";
21+
pname = "azure_storage_file_share";
22+
inherit version;
23+
hash = "sha256-CoHa7l4TWYrM3jxzsa7Mxu39zsXpV79AFQwGIvuV3HY=";
2324
};
2425

2526
build-system = [ setuptools ];

0 commit comments

Comments
 (0)