mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2d5b2060e3
commit
5ce0fb8048
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ requires = ['setuptools']
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = blake3
|
name = blake3
|
||||||
version = '~a'
|
version = ~a
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue