diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-07-01 07:22:14 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-07-02 18:38:05 -0300 |
| commit | adb09ed12eb7a933b0b20c289c038b6f31b2dbe6 (patch) | |
| tree | 4b1ab4b190c7edebf3c7715f21732588adbb5f0f /gnu/packages/python-xyz.scm | |
| parent | 30ff14f39a6873a960fd9d98e38a6252d74dcd75 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 27c17ca4fa..2cea3e7233 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
