Fix expected checksum for new unicodedata (after full rebuild)
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 7b91a46..707b30e 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -80,7 +80,7 @@
 class UnicodeFunctionsTest(UnicodeDatabaseTest):
 
     # update this, if the database changes
-    expectedchecksum = 'ebd64e81553c9cb37f424f5616254499fcd8849e'
+    expectedchecksum = 'f0b74d26776331cc7bdc3a4698f037d73f2cee2b'
     def test_function_checksum(self):
         data = []
         h = hashlib.sha1()