From 3078f3df5e1974a256a956e49c48551f72dbca62 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Mon, 10 May 2021 08:47:20 -0700 Subject: [PATCH 48/55] python-munch: upgrade to latest (2.5.0) --- gnu/packages/python-xyz.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0eb15e1fa5..604d20b97e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5147,15 +5147,20 @@ Numeric.") (define-public python-munch (package (name "python-munch") - (version "2.0.4") + (version "2.5.0") (source (origin (method url-fetch) (uri (pypi-uri "munch" version)) (sha256 (base32 - "1cmqg91xnqx8gvnh4pmp0bfl1dfcm65d5p9mg73zz8pkjhx6h80l")))) + "1lnvlic9g68hcmgdnv5bzp0nx2bf1kjclj54gx0s7nyl4ipmywrd")))) (build-system python-build-system) + (native-inputs + `(("python-pbr" ,python-pbr) + ("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-six" ,python-six))) (home-page "https://github.com/Infinidat/munch") (synopsis "Dot-accessible dictionary") (description "Munch is a dot-accessible dictionary similar to JavaScript -- 2.31.1