gnu: python-munch: Update to 2.5.0.

* gnu/packages/python-xyz.scm (python-munch): Update to 2.5.0.
  [propagated-inputs]: Add python-six.
  [native-inputs]: Add python-pbr and python-pytest.
This commit is contained in:
Hartmut Goebel 2022-07-21 20:33:56 +02:00
parent d2dd9d1d26
commit cffb9967fe
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -5742,15 +5742,17 @@ the Texinfo, HTML, and PDF formats.")))
(define-public python-munch (define-public python-munch
(package (package
(name "python-munch") (name "python-munch")
(version "2.0.4") (version "2.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "munch" version)) (uri (pypi-uri "munch" version))
(sha256 (sha256
(base32 (base32
"1cmqg91xnqx8gvnh4pmp0bfl1dfcm65d5p9mg73zz8pkjhx6h80l")))) "1lnvlic9g68hcmgdnv5bzp0nx2bf1kjclj54gx0s7nyl4ipmywrd"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (list python-pbr python-pytest))
(propagated-inputs (list python-six))
(home-page "https://github.com/Infinidat/munch") (home-page "https://github.com/Infinidat/munch")
(synopsis "Dot-accessible dictionary") (synopsis "Dot-accessible dictionary")
(description "Munch is a dot-accessible dictionary similar to JavaScript (description "Munch is a dot-accessible dictionary similar to JavaScript