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

python38Packages.azure-mgmt-redis: 12.0.0 -> 13.0.0

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-redis/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-redis"; 14 - version = "12.0.0"; 14 + version = "13.0.0"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 18 extension = "zip"; 19 - sha256 = "8ae563e3df82a2f206d0483ae6f05d93d0d1835111c0bbca7236932521eed356"; 19 + sha256 = "283f776afe329472c20490b1f2c21c66895058cb06fb941eccda42cc247217f1"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [