mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-confuse: Update to 1.5.0.
* gnu/packages/python-xyz.scm (python-confuse)[version]: Update to 1.5.0. [propagated-inputs]: Remove python-pathlib. [synopsis]: Remove trailing dot.
This commit is contained in:
parent
1fd0bf60ea
commit
8ceb7651c2
1 changed files with 5 additions and 5 deletions
|
@ -107,6 +107,7 @@
|
||||||
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
|
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
|
||||||
;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
|
;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
|
||||||
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
|
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
|
||||||
|
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -25909,20 +25910,19 @@ (define-public python-bitstring
|
||||||
(define-public python-confuse
|
(define-public python-confuse
|
||||||
(package
|
(package
|
||||||
(name "python-confuse")
|
(name "python-confuse")
|
||||||
(version "1.4.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "confuse" version))
|
(uri (pypi-uri "confuse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r74djc8r6lfx6ldsqnhpvfsn256gsfzbl33qcm77hp2qr8h9z4j"))))
|
"0bh2kyj8wd7h9gg4nsvrbykl5ly0f70f0wi3fbm204b1f0fcmywj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pathlib" ,python-pathlib)
|
`(("python-pyyaml" ,python-pyyaml)))
|
||||||
("python-pyyaml" ,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
|
||||||
YAML. It takes care of defaults, overrides, type checking, command-line
|
YAML. It takes care of defaults, overrides, type checking, command-line
|
||||||
integration, human-readable errors, and standard OS-specific locations.")
|
integration, human-readable errors, and standard OS-specific locations.")
|
||||||
|
|
Loading…
Reference in a new issue