py-rarfile: add v4.1 (#40054)

This commit is contained in:
Adam J. Stewart 2023-09-18 20:58:39 -05:00 committed by GitHub
parent 8f07983ab6
commit 2594be9459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ class PyRarfile(PythonPackage):
homepage = "https://github.com/markokr/rarfile"
pypi = "rarfile/rarfile-4.0.tar.gz"
version("4.1", sha256="db60b3b5bc1c4bdeb941427d50b606d51df677353385255583847639473eda48")
version("4.0", sha256="67548769229c5bda0827c1663dce3f54644f9dbfba4ae86d4da2b2afd3e602a1")
depends_on("python@3.6:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("unrar", type="run")