mbakke pushed a commit to branch master
in repository guix.
commit eef8b08191fada312efdd955790f03014a98fbc0
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Jan 10 23:11:18 2022 +0100
gnu: poetry: Use python-msgpack.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Change
PYTHON-MSGPACK-TRANSITIONAL to PYTHON-MSGPACK.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7af897c417..94ad68b535 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16030,7 +16030,7 @@ database, file, dict stores. Cachy supports python
versions 2.7+ and 3.2+.")
python-clikit
python-html5lib
python-keyring
- python-msgpack-transitional
+ python-msgpack
python-packaging
python-pexpect
python-pip