gnu: rust-grep-printer-0.1: Update to 0.1.5.

* gnu/packages/crates-io.scm (rust-grep-printer-0.1): Update to 0.1.5.
  [arguments]: Don't skip build. Replace rust-base64-0.10 with 0.12.
This commit is contained in:
Jakub Kądziołka 2020-06-25 00:44:26 +02:00
parent f03e4b73ff
commit 52069595e6
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -9300,7 +9300,7 @@ (define-public rust-grep-pcre2-0.1
(define-public rust-grep-printer-0.1 (define-public rust-grep-printer-0.1
(package (package
(name "rust-grep-printer") (name "rust-grep-printer")
(version "0.1.3") (version "0.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9309,12 +9309,11 @@ (define-public rust-grep-printer-0.1
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0mxc1yx5sx89f00imlm5d3hxwdgglv9rzwdki8ba50gvq8a2nr8m")))) "004xv2bb52x801n0m1pknkdmzcjbi9fk9625m49y9s0ghh6d8d3z"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs (("rust-base64" ,rust-base64-0.12)
(("rust-base64" ,rust-base64-0.10)
("rust-bstr" ,rust-bstr-0.2) ("rust-bstr" ,rust-bstr-0.2)
("rust-grep-matcher" ,rust-grep-matcher-0.1) ("rust-grep-matcher" ,rust-grep-matcher-0.1)
("rust-grep-searcher" ,rust-grep-searcher-0.1) ("rust-grep-searcher" ,rust-grep-searcher-0.1)