~ruther/guix-local

2af24cf08eec22495e01f457c7f834caa844cb16 — Marius Bakke 4 years ago cafc272
gnu: rust-base64: Fix criterion criteria.

This is a follow-up to commit 4e0544f66108a46f66fa400fe2f7fdf6eba72246.

* gnu/packages/crates-io.scm (rust-base64-0.13)[arguments]: Adjust
substitution to match the current version of PYTHON-CRITERION.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/crates-io.scm
M gnu/packages/crates-io.scm => gnu/packages/crates-io.scm +2 -1
@@ 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