diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-10 23:11:18 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-11 18:36:38 +0100 |
commit | eef8b08191fada312efdd955790f03014a98fbc0 (patch) | |
tree | 67965e556d966a5ddbb91bf41e5a4732b613ebd2 /gnu | |
parent | dab711ca3318a9423866ce52dd959ab80115d56c (diff) | |
download | guix-eef8b08191fada312efdd955790f03014a98fbc0.tar.gz |
gnu: poetry: Use python-msgpack.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Change PYTHON-MSGPACK-TRANSITIONAL to PYTHON-MSGPACK.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |