KVM test: Updating SHA1 for new winutils.iso on get_started.py

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>

git-svn-id: http://test.kernel.org/svn/autotest/trunk@4734 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/kvm/get_started.py b/client/tests/kvm/get_started.py
index 3bae5fb..00b5f6b 100755
--- a/client/tests/kvm/get_started.py
+++ b/client/tests/kvm/get_started.py
@@ -97,7 +97,7 @@
                  "provide you an ISO that this script can download")
 
     url = "http://people.redhat.com/mrodrigu/kvm/winutils.iso"
-    hash = "301da394fe840172188a32f8ba01524993baa0cb"
+    hash = "02930224756510e383c44c49bffb760e35d6f892"
     destination = os.path.join(base_dir, 'isos', 'windows')
     check_iso(url, destination, hash)