gnu: python-orjson: Fix version string of Python module.

* gnu/packages/python-xyz.scm (python-orjson)[arguments]: Remove invalid
characters from version string.
This commit is contained in:
Ricardo Wurmus 2023-05-12 23:23:12 +02:00
parent 351d193eb1
commit d67a3622ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2848,10 +2848,9 @@ requires = ['setuptools']
(call-with-output-file "setup.cfg"
(lambda (port)
(format port "\
[metadata]
name = orjson
version = '~a'
version = ~a
[options]
packages = find: