me
/
guix
Archived
1
0
Fork 0

gnu: rust-subtle-2: Update to 2.5.0.

* gnu/packages/crates-io.scm (rust-subtle-2): Update to 2.5.0.
[cargo-development-inputs]: Replace rust-rand-0.7 with 0.8.

Change-Id: I9ac3f4f80387cb7a5a4c3d33cf5e8059cd90d103
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2024-01-15 20:28:46 +01:00 committed by Efraim Flashner
parent 0e0924c7d5
commit 3fe7c3f32f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 6 deletions

View File

@ -70769,19 +70769,17 @@ inspired by Python's subprocess module, with Rust-specific extensions.")
(define-public rust-subtle-2
(package
(name "rust-subtle")
(version "2.4.1")
(version "2.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "subtle" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"00b6jzh9gzb0h9n25g06nqr90z3xzqppfhhb260s1hjhh4pg7pkb"))))
(base32 "1g2yjs7gffgmdvkkq0wrrh0pxds3q0dv6dhkw9cdpbib656xdkc1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-rand" ,rust-rand-0.7))))
`(#:cargo-development-inputs (("rust-rand" ,rust-rand-0.8))))
(home-page "https://dalek.rs/")
(synopsis
"Pure-Rust traits and utilities for cryptographic implementations")