diff options
author | Andreas Enge <[email protected]> | 2023-04-17 19:17:39 +0200 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2023-04-17 19:17:39 +0200 |
commit | 216d7bdb738e05675bbb128d582851bdc9b85aaa (patch) | |
tree | 0535efa1427ebc5b14ac10ccf03be17673a8c909 /gnu/packages/python-xyz.scm | |
parent | d3c7ca3c40fd613cfb3fb8f41e8ea064b438414a (diff) | |
parent | 50dd91bc30634c75c0001cfd38bbcc2fbbeb894e (diff) |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e7746e1664..955c0f38c8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2015, 2016, 2017, 2019, 2022 Leo Famulari <[email protected]> ;;; Copyright © 2015, 2017 Ben Woodcroft <[email protected]> ;;; Copyright © 2015, 2016 Erik Edrosa <[email protected]> -;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner <[email protected]> +;;; Copyright © 2015-2023 Efraim Flashner <[email protected]> ;;; Copyright © 2015, 2017, 2020 Kyle Meyer <[email protected]> ;;; Copyright © 2015, 2016 Chris Marusich <[email protected]> ;;; Copyright © 2016 Danny Milosavljevic <[email protected]> @@ -24740,7 +24740,7 @@ make your work easier.") (native-inputs (list python-pytest python-pytest-cov python-pytest-asyncio)) (propagated-inputs - (list python-async-generator python-attrs)) + (list python-attrs)) (home-page "https://github.com/python-trio/outcome") (synopsis "Capture the outcome of Python function calls") (description |