Skip to content

Commit

Permalink
bump python3-host
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 2, 2024
1 parent 9775f83 commit c8e627e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Latest changes
* meson 1.5.2
* openssl 3.0.15
* precompiled host-tools 2024-09-28
* python 3.12.6
* python 3.12.7

- AVM sources:
* 5690 pro 7.62 - 5.4.213
Expand Down
4 changes: 2 additions & 2 deletions make/host-tools/python3-host/python3-host.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call TOOLS_INIT, 3.12.6)
$(call TOOLS_INIT, 3.12.7)
$(PKG)_SOURCE:=Python-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH:=1999658298cf2fb837dffed8ff3c033ef0c98ef20cf73c5d5f66bed5ab89697c
$(PKG)_HASH:=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
$(PKG)_SITE:=https://www.python.org/ftp/python/$($(PKG)_VERSION)
### WEBSITE:=https://www.python.org/
### MANPAGE:=https://docs.python.org/3/
Expand Down

1 comment on commit c8e627e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about python3-host and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/host-tools/python3-host

Please sign in to comment.