Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion perseus.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _perseus_lazy_urllib_request(name, _urllib=urllib):
# ── Build provenance (injected by scripts/build.py at build time) ───────────
# Short git SHA of the source revision the artifact was built from (#853).
# Empty when unknown (unbuilt source tree without git metadata).
_PERSEUS_BUILD_SHA = "d3adf99-dirty" # replaced at build time by scripts/build.py — see #853
_PERSEUS_BUILD_SHA = "ae62cae" # replaced at build time by scripts/build.py — see #853


def _perseus_build_sha() -> str:
Expand Down
Loading