diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-12 23:23:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-12 23:23:12 +0200 |
commit | d67a3622ef82b68ee40a2c93abe3d1478633719c (patch) | |
tree | b3133d8ea881430a7efe543f3c20e49ff32951a8 /gnu/packages | |
parent | 351d193eb13b59c03f4e9eaca095c981149019db (diff) |
gnu: python-orjson: Fix version string of Python module.
* gnu/packages/python-xyz.scm (python-orjson)[arguments]: Remove invalid
characters from version string.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 76e8c7480d..850bfc06ab 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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: |