Archived
1
0
Fork 0

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" (call-with-output-file "setup.cfg"
(lambda (port) (lambda (port)
(format port "\ (format port "\
[metadata] [metadata]
name = orjson name = orjson
version = '~a' version = ~a
[options] [options]
packages = find: packages = find: