Skip to content

Commit

Permalink
pyzo: Update to version 4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent ea640d0 commit 0ed9cba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bucket/pyzo.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"version": "4.17.0",
"version": "4.18.0",
"description": "The Interactive editor for scientific Python",
"homepage": "https://pyzo.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/pyzo/pyzo/releases/download/v4.17.0/pyzo-4.17.0-win64.zip",
"hash": "06d2d11f7c3c1495342652484772996c88a1545234187cd93cda98188eae971f"
"url": "https://github.com/pyzo/pyzo/releases/download/v4.18.0/pyzo-4.18.0-win64.zip",
"hash": "a8e8478534c76c2091f2ab4b2f2bff0bd639b26aa5094f39529c1bddb355511d"
},
"32bit": {
"url": "https://github.com/pyzo/pyzo/releases/download/v4.17.0/pyzo-4.17.0-win32.zip",
"hash": "10c16a913fe4790405cd3ec78ac1da08f4d6835f7275c17dd144b6ffc8dfd5cb"
"url": "https://github.com/pyzo/pyzo/releases/download/v4.18.0/pyzo-4.18.0-win32.zip",
"hash": "312f0622a7ea13091884a48a4777fb74e9cbb93a328dc4de20d0f1f0f518f689"
}
},
"extract_dir": "pyzo-4.17.0",
"extract_dir": "pyzo-4.18.0",
"pre_install": [
"Rename-Item \"$dir\\_settings\" \"$dir\\settings\"",
"New-item \"$dir\\settings\\pyzo\" -ItemType Directory | Out-Null"
Expand Down

0 comments on commit 0ed9cba

Please sign in to comment.