Update py-libconf package to newer major version (#34836)

This commit is contained in:
vucoda 2023-01-12 04:13:06 +10:30 committed by GitHub
parent ea6608edde
commit c65c944853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,9 @@
class PyLibconf(PythonPackage): class PyLibconf(PythonPackage):
"""A pure-Python libconfig reader/writer with permissive license""" """A pure-Python libconfig reader/writer with permissive license"""
pypi = "libconf/libconf-1.0.1.tar.gz" pypi = "libconf/libconf-2.0.1.tar.gz"
version("2.0.1", sha256="2f907258953ba60a95a82d5633726b47c81f2d5cf8d8801b092579016d757f4a")
version("1.0.1", sha256="6dd62847bb69ab5a09155cb8be2328cce01e7ef88a35e7c37bea2b1a70f8bd58") version("1.0.1", sha256="6dd62847bb69ab5a09155cb8be2328cce01e7ef88a35e7c37bea2b1a70f8bd58")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")