python311Packages.azure-storage-file-share: 12.12.0 -> 12.13.0

This commit is contained in:
Fabian Affolter 2023-07-14 09:01:55 +02:00
parent 352032d433
commit 20859e8f14

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-storage-file-share";
version = "12.12.0";
version = "12.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-z35H90n8Buy5m2RhKrS9lCJ7mTFJekwnwoZXF8PaoIk=";
hash = "sha256-ozqVIWPvAl0doaqK77P+VBhx9q+6Ljk/q7WrAP2ZPm8=";
};
propagatedBuildInputs = [