We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32e2eee + 93ae83c commit 5e3ea0fCopy full SHA for 5e3ea0f
pkgs/development/python-modules/azure-storage-queue/default.nix
@@ -12,19 +12,20 @@
12
13
buildPythonPackage rec {
14
pname = "azure-storage-queue";
15
- version = "12.11.0";
+ version = "12.12.0";
16
pyproject = true;
17
18
disabled = pythonOlder "3.7";
19
20
src = fetchPypi {
21
- inherit pname version;
22
- hash = "sha256-Cox3eDnbpcUIJMrEivo8xWvgRPqkXKYbcmnrMZ6/AXE=";
+ pname = "azure_storage_queue";
+ inherit version;
23
+ hash = "sha256-uvLxvIK31PUpGSLD6k8jziJD6ULb50lPyheCKQs38eQ=";
24
};
25
- nativeBuildInputs = [ setuptools ];
26
+ build-system = [ setuptools ];
27
- propagatedBuildInputs = [
28
+ dependencies = [
29
azure-core
30
cryptography
31
isodate
0 commit comments