me
/
guix
Archived
1
0
Fork 0

gnu: rust-base64: Fix criterion criteria.

This is a follow-up to commit 4e0544f661.

* gnu/packages/crates-io.scm (rust-base64-0.13)[arguments]: Adjust
substitution to match the current version of PYTHON-CRITERION.
master
Marius Bakke 2022-01-23 14:46:27 +01:00
parent cafc272462
commit 2af24cf08e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -5563,7 +5563,8 @@ c6e7d37. However, this package works only up to 128 bytes.")
(add-after 'unpack 'fix-criterion-minor-version
(lambda* _
(substitute* "Cargo.toml"
(("0.3.2") "0.3.3")))))))
(("0\\.3\\.2")
,(package-version rust-criterion-0.3))))))))
(home-page "https://github.com/marshallpierce/rust-base64")
(synopsis "Encodes and decodes base64 as bytes or utf8")
(description