aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Benson <abenson+void@gmail.com>2024-11-08 00:08:30 +0000
committerAndrew Benson <abenson+void@gmail.com>2024-11-08 00:08:48 +0000
commitc6524917e8d08cc62f9af41c81d20362a3bdccbb (patch)
treeef33e61b1ee30bcd506b0374d955969676ed8afe
parentac1c0d61e5bbcc6cfc32ffdb1000814e86e528b5 (diff)
downloadvoid-packages-c6524917e8d08cc62f9af41c81d20362a3bdccbb.tar
void-packages-c6524917e8d08cc62f9af41c81d20362a3bdccbb.tar.gz
void-packages-c6524917e8d08cc62f9af41c81d20362a3bdccbb.tar.bz2
void-packages-c6524917e8d08cc62f9af41c81d20362a3bdccbb.tar.lz
void-packages-c6524917e8d08cc62f9af41c81d20362a3bdccbb.tar.xz
void-packages-c6524917e8d08cc62f9af41c81d20362a3bdccbb.tar.zst
void-packages-c6524917e8d08cc62f9af41c81d20362a3bdccbb.zip
python3-rich: update to 13.9.4.
-rw-r--r--srcpkgs/python3-rich/template4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template
index 176acdc4007..e15d739b7e8 100644
--- a/srcpkgs/python3-rich/template
+++ b/srcpkgs/python3-rich/template
@@ -1,6 +1,6 @@
# Template file for 'python3-rich'
pkgname=python3-rich
-version=13.9.3
+version=13.9.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
@@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/willmcgugan/rich"
distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz"
-checksum=bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e
+checksum=439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098
make_check=extended # some checks only work on windows
post_install() {