mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-fdeflate-0.3: Update to 0.3.7.
* gnu/packages/crates-io.scm (rust-fdeflate-0.3): Update to 0.3.7. Change-Id: I8ad9e30c09565898b22dd961ed601e6af5010d3d
This commit is contained in:
parent
4a31e0bccd
commit
2a374c73a7
1 changed files with 2 additions and 2 deletions
|
@ -27890,14 +27890,14 @@ (define-public rust-fd-lock-2
|
|||
(define-public rust-fdeflate-0.3
|
||||
(package
|
||||
(name "rust-fdeflate")
|
||||
(version "0.3.4")
|
||||
(version "0.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fdeflate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ig65nz4wcqaa3y109sh7yv155ldfyph6bs2ifmz1vad1vizx6sg"))))
|
||||
(base32 "130ga18vyxbb5idbgi07njymdaavvk6j08yh1dfarm294ssm6s0y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-simd-adler32" ,rust-simd-adler32-0.3))
|
||||
|
|
Loading…
Reference in a new issue