From adb09ed12eb7a933b0b20c289c038b6f31b2dbe6 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Tue, 1 Jul 2025 07:22:14 -0300 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 27c17ca4faf438b982fa0be1d281013b7d14546e..2cea3e72338c5496da92f17ee029945687396898 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