nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.python-swiftclient: 4.7.0 -> 4.8.0 (#410419)

authored by

R. RyanTM and committed by
GitHub
b42493ff e4b882d7

+2 -4
+2 -4
pkgs/development/python-modules/python-swiftclient/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "python-swiftclient"; 16 - version = "4.7.0"; 16 + version = "4.8.0"; 17 17 pyproject = true; 18 - 19 - disabled = pythonOlder "3.6"; 20 18 21 19 src = fetchPypi { 22 20 pname = "python_swiftclient"; 23 21 inherit version; 24 - hash = "sha256-r9dXV1PY5JYXrcsRVQGH/QsSD82Bnx54LAtTjy0JN3M="; 22 + hash = "sha256-RBYsq0aTaMr9wl4MjE6VornbGkRFakjOCA/iyppLOGM="; 25 23 }; 26 24 27 25 nativeBuildInputs = [ installShellFiles ];