me
/
guix
Archived
1
0
Fork 0

gnu: rust-adler32-1: Update to 1.1.0.

* gnu/packages/crates-io.scm (rust-adler32-1): Update to 1.1.0.
[arguments]: Don't skip build. Add rust-compiler-builtins-0.1,
rust-rustc-std-workspace-core-1.0 to cargo-inputs. Add rust-bencher-0.1
to cargo-development-inputs.
master
Efraim Flashner 2020-06-18 16:38:12 +03:00
parent 67b04b82c2
commit 9f4cb9986f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 4 deletions

View File

@ -154,7 +154,7 @@ Rust, using gimli.")
(define-public rust-adler32-1 (define-public rust-adler32-1
(package (package
(name "rust-adler32") (name "rust-adler32")
(version "1.0.4") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -163,12 +163,15 @@ Rust, using gimli.")
(string-append name "-" version ".crate")) (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"1hnan4fgmnidgn2k84hh2i67c3wp2c5iwd5hs61yi7gwwx1p6bjx")))) "0bgks405vz823bphgwhj4l9h6vpfh900s0phfk4qqijyh9xhfysn"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-rand" ,rust-rand-0.4)))) (("rust-bencher" ,rust-bencher-0.1)
("rust-rand" ,rust-rand-0.4))))
(home-page "https://github.com/remram44/adler32-rs") (home-page "https://github.com/remram44/adler32-rs")
(synopsis "Implementation of the Adler32 rolling hash algorithm") (synopsis "Implementation of the Adler32 rolling hash algorithm")
(description (description