gnu: python-blake3: Remove bad characters from version string.

The version string would be converted to "-0.3.1-", which breaks version
checks in packages using blake3.

* gnu/packages/python-crypto.scm (python-blake3)[arguments]: Remove single
quotes from version field.

Change-Id: I9a3df22f866f119f52e7cd93ac899d4f24bb9302
This commit is contained in:
Ricardo Wurmus 2025-02-27 09:40:15 +01:00
parent 2d5b2060e3
commit 5ce0fb8048
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -387,7 +387,7 @@ requires = ['setuptools']
[metadata]
name = blake3
version = '~a'
version = ~a
[options]
packages = find: