guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 15/15: gnu: python-orjson: Fix version string of Python module.
Date: Fri, 12 May 2023 17:25:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d67a3622ef82b68ee40a2c93abe3d1478633719c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 12 23:23:12 2023 +0200

    gnu: python-orjson: Fix version string of Python module.
    
    * gnu/packages/python-xyz.scm (python-orjson)[arguments]: Remove invalid
    characters from version string.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]