python37Packages.google_cloud_dns: 0.32.0 -> 0.32.1

This commit is contained in:
R. RyanTM 2020-10-15 14:30:36 +00:00 committed by Jon
parent 153787e7dc
commit e58b0f15d1

View file

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-dns"; pname = "google-cloud-dns";
version = "0.32.0"; version = "0.32.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1shaj1x9ccwz1ad41f8hkldibpg313raqlhwky7wij4gn2nix22i"; sha256 = "7264e58067b55535ee859e124bd3da29337698ef6bb293da667d0316ddbe8606";
}; };
checkInputs = [ pytest mock ]; checkInputs = [ pytest mock ];