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
4 changes: 2 additions & 2 deletions mercurial.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: mercurial
version: 6.4.5
version: "6.5"
epoch: 0
description: "Scalable distributed SCM tool"
copyright:
Expand Down Expand Up @@ -29,7 +29,7 @@ pipeline:
- uses: fetch
with:
uri: https://www.mercurial-scm.org/release/mercurial-${{package.version}}.tar.gz
expected-sha256: b0b4b00b8b2639c8be387394796f0425beb339314df7e72937f8ddd2a41b1b8a
expected-sha256: a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7

- runs: |
python3 -m gpep517 build-wheel \
Expand Down