Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: google-cloud-redis: 0.2.1 -> 0.3.0

+2 -2
+2 -2
pkgs/development/python-modules/google_cloud_redis/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "google-cloud-redis"; 12 - version = "0.2.1"; 12 + version = "0.3.0"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "449fd11699f9ae23ec2ccf1b06681bb90b4c1788f82fbbf1ce1c1d2e77833eb1"; 16 + sha256 = "e24a5eeb126a3e8fcf990806c7a853a27bb9b830c2f03fda42a499894b7614c6"; 17 17 }; 18 18 19 19 checkInputs = [ pytest mock ];