mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
30ff14f39a
commit
adb09ed12e
1 changed files with 5 additions and 5 deletions
|
@ -35282,17 +35282,17 @@ has been created, and the visibility of the icon can be toggled.")
|
||||||
(define-public python-confuse
|
(define-public python-confuse
|
||||||
(package
|
(package
|
||||||
(name "python-confuse")
|
(name "python-confuse")
|
||||||
(version "1.5.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "confuse" version))
|
(uri (pypi-uri "confuse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bh2kyj8wd7h9gg4nsvrbykl5ly0f70f0wi3fbm204b1f0fcmywj"))))
|
"07v1s16nryls3zhaakwz6i6rgdy1c010gk00jsvn5a5a96ns4ybk"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(native-inputs (list python-flit-core python-pytest))
|
||||||
(list python-pyyaml))
|
(propagated-inputs (list python-pyyaml))
|
||||||
(home-page "https://github.com/beetbox/confuse")
|
(home-page "https://github.com/beetbox/confuse")
|
||||||
(synopsis "Painless YAML configuration")
|
(synopsis "Painless YAML configuration")
|
||||||
(description "Confuse is a configuration library for Python that uses
|
(description "Confuse is a configuration library for Python that uses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue