~ruther/guix-local

adb09ed12eb7a933b0b20c289c038b6f31b2dbe6 — Vinicius Monego a year ago 30ff14f
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
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -5
@@ 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