Skip to content

Commit 63699e2

Browse files
committed
downloads: SQLite 3.43.0 -> 3.43.1
1 parent f3b0115 commit 63699e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pythonbuild/downloads.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@
271271
},
272272
# Remember to update verify_distribution.py when version changed.
273273
"sqlite": {
274-
"url": "https://www.sqlite.org/2023/sqlite-autoconf-3430000.tar.gz",
275-
"size": 3178199,
276-
"sha256": "49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1",
277-
"version": "3430000",
278-
"actual_version": "3.43.0.0",
274+
"url": "https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
275+
"size": 3175971,
276+
"sha256": "39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9",
277+
"version": "3430100",
278+
"actual_version": "3.43.1.0",
279279
"library_names": ["sqlite3"],
280280
"licenses": [],
281281
"license_file": "LICENSE.sqlite.txt",

0 commit comments

Comments
 (0)