python311Packages.azure-storage-queue: 12.7.3 -> 12.8.0
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.8.0/sdk/storage/azure-storage-queue/CHANGELOG.md
This commit is contained in:
parent
96271b4c80
commit
e35bbe32c8
@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-storage-queue";
|
||||
version = "12.7.3";
|
||||
version = "12.8.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-sDVzLTLT9mQ3eWYZM4CzDkv99rR2dHhDVExaXyE1VYk=";
|
||||
hash = "sha256-mHwAjOv6d+Xh6mwKhVK6w3Rsh3HgijntkvEmRqOrYRk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user