aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew J. Hesford <ajh@sideband.org>2024-06-04 17:05:14 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-06-05 11:49:57 +0000
commit3a87f610c90fac4dd1bb9ceb14bba78eedb44749 (patch)
tree8438118bca778f056ab97f1dc7484558530a2ce0
parenta6d299a1a08d98ade18eadbe8e62b04becee8843 (diff)
downloadvoid-packages-3a87f610c90fac4dd1bb9ceb14bba78eedb44749.tar
void-packages-3a87f610c90fac4dd1bb9ceb14bba78eedb44749.tar.gz
void-packages-3a87f610c90fac4dd1bb9ceb14bba78eedb44749.tar.bz2
void-packages-3a87f610c90fac4dd1bb9ceb14bba78eedb44749.tar.lz
void-packages-3a87f610c90fac4dd1bb9ceb14bba78eedb44749.tar.xz
void-packages-3a87f610c90fac4dd1bb9ceb14bba78eedb44749.tar.zst
void-packages-3a87f610c90fac4dd1bb9ceb14bba78eedb44749.zip
python3-prompt_toolkit: update to 3.0.46.
-rw-r--r--srcpkgs/python3-prompt_toolkit/template4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index a0e48062189..d9596f70074 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,6 +1,6 @@
# Template file for 'python3-prompt_toolkit'
pkgname=python3-prompt_toolkit
-version=3.0.45
+version=3.0.46
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://github.com/prompt-toolkit/python-prompt-toolkit"
changelog="https://raw.githubusercontent.com/prompt-toolkit/python-prompt-toolkit/master/CHANGELOG"
distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
-checksum=07c60ee4ab7b7e90824b61afa840c8f5aad2d46b3e2e10acc33d8ecc94a49089
+checksum=869c50d682152336e23c4db7f74667639b5047494202ffe7670817053fd57795
conflicts="python3-prompt_toolkit2<=2.0.9_4"
post_install() {