GeoPackages store a last_change value in the gpkg_contents table, which updates every time the file is written. This means the file’s hash changes even when the actual data doesn't.
We should manually overwrite this value to the Unix epoch every time a GeoPackage is written.