vagrantc pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 2d283e15f4bb5e5e9ea8121b170d84eac1a5b284 Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Oct 31 22:36:09 2021 -0400 gnu: python-distro: Update to 1.6.0. * gnu/packages/python-xyz.scm (python-distro): Update to 1.6.0. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3d9ab89..e2dfbd8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23306,14 +23306,14 @@ for manual interpretation.") (define-public python-distro (package (name "python-distro") - (version "1.4.0") + (version "1.6.0") (source (origin (method url-fetch) (uri (pypi-uri "distro" version)) (sha256 (base32 - "0mrg75w4ap7mdzyga75yaid9n8bgb345ih5mwjp3plj6v1jxwb9n")))) + "09441261dd3c8b2gv15vhw1cryzg60lmgpkk07v6hpwwkyhfbxc3")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest)))
