gnu: python-confuse: Update to 2.0.1.

* gnu/packages/python-xyz.scm (python-confuse): Update to 2.0.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-flit-core, python-pytest.

Change-Id: I1af7f207b7347ddfbd4cc9227ae500173ec615a2
This commit is contained in:
Vinicius Monego 2025-07-01 07:22:14 -03:00
parent 30ff14f39a
commit adb09ed12e
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -35282,17 +35282,17 @@ has been created, and the visibility of the icon can be toggled.")
(define-public python-confuse
(package
(name "python-confuse")
(version "1.5.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "confuse" version))
(sha256
(base32
"0bh2kyj8wd7h9gg4nsvrbykl5ly0f70f0wi3fbm204b1f0fcmywj"))))
(build-system python-build-system)
(propagated-inputs
(list python-pyyaml))
"07v1s16nryls3zhaakwz6i6rgdy1c010gk00jsvn5a5a96ns4ybk"))))
(build-system pyproject-build-system)
(native-inputs (list python-flit-core python-pytest))
(propagated-inputs (list python-pyyaml))
(home-page "https://github.com/beetbox/confuse")
(synopsis "Painless YAML configuration")
(description "Confuse is a configuration library for Python that uses