Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-3.10/3.10.13 package update #4780

Merged
merged 1 commit into from
Aug 24, 2023
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 python-3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: python-3.10
version: 3.10.12
version: 3.10.13
epoch: 0
description: "the Python programming language"
copyright:
Expand Down Expand Up @@ -35,7 +35,7 @@ pipeline:
- uses: fetch
with:
uri: https://www.python.org/ftp/python/${{package.version}}/Python-${{package.version}}.tar.xz
expected-sha256: afb74bf19130e7a47d10312c8f5e784f24e0527981eab68e20546cfb865830b8
expected-sha256: 5c88848668640d3e152b35b4536ef1c23b2ca4bd2c957ef1ecbb053f571dd3f6

- name: Force use of system libraries
runs: |
Expand Down