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

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.python-swiftclient: 4.3.0 -> 4.4.0

+2 -2
+2 -2
pkgs/development/python-modules/python-swiftclient/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "python-swiftclient"; 15 - version = "4.3.0"; 15 + version = "4.4.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-Hj3fmYzL6n3CWqbfjrPffTi/S8lrBl8vhEMeglmBezM="; 22 + hash = "sha256-p32Xqw5AEsZ4cy5XW9/u0oKzSJuRdegsRqR6yEke7oQ="; 23 23 }; 24 24 25 25 # remove duplicate script that will be created by setuptools from the