Skip to content

Commit 5e3ea0f

Browse files
authored
python312Packages.azure-storage-queue: 12.11.0 -> 12.12.0 (#343138)
2 parents 32e2eee + 93ae83c commit 5e3ea0f

File tree

1 file changed

+6
-5
lines changed
  • pkgs/development/python-modules/azure-storage-queue

1 file changed

+6
-5
lines changed

pkgs/development/python-modules/azure-storage-queue/default.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@
1212

1313
buildPythonPackage rec {
1414
pname = "azure-storage-queue";
15-
version = "12.11.0";
15+
version = "12.12.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.7";
1919

2020
src = fetchPypi {
21-
inherit pname version;
22-
hash = "sha256-Cox3eDnbpcUIJMrEivo8xWvgRPqkXKYbcmnrMZ6/AXE=";
21+
pname = "azure_storage_queue";
22+
inherit version;
23+
hash = "sha256-uvLxvIK31PUpGSLD6k8jziJD6ULb50lPyheCKQs38eQ=";
2324
};
2425

25-
nativeBuildInputs = [ setuptools ];
26+
build-system = [ setuptools ];
2627

27-
propagatedBuildInputs = [
28+
dependencies = [
2829
azure-core
2930
cryptography
3031
isodate

0 commit comments

Comments
 (0)