Skip to content

Commit

Permalink
python312Packages.azure-storage-queue: 12.11.0 -> 12.12.0 (NixOS#343138)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 20, 2024
2 parents 32e2eee + 93ae83c commit 5e3ea0f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/development/python-modules/azure-storage-queue/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@

buildPythonPackage rec {
pname = "azure-storage-queue";
version = "12.11.0";
version = "12.12.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-Cox3eDnbpcUIJMrEivo8xWvgRPqkXKYbcmnrMZ6/AXE=";
pname = "azure_storage_queue";
inherit version;
hash = "sha256-uvLxvIK31PUpGSLD6k8jziJD6ULb50lPyheCKQs38eQ=";
};

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

propagatedBuildInputs = [
dependencies = [
azure-core
cryptography
isodate
Expand Down

0 comments on commit 5e3ea0f

Please sign in to comment.