mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: rust-rfc7239-0.1: Update to 0.1.3.
* gnu/packages/crates-web.scm (rust-rfc7239-0.1): Update to 0.1.3. Change-Id: Ie8b7c78d3f54218ab34911d7be4410651a5a658f
This commit is contained in:
parent
8c2334bedc
commit
d6e7784b36
1 changed files with 2 additions and 2 deletions
|
@ -5315,14 +5315,14 @@ in the Rust programming language.")
|
|||
(define-public rust-rfc7239-0.1
|
||||
(package
|
||||
(name "rust-rfc7239")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rfc7239" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0yc7fbygp4q49026bscj04ijysxkrds71mdvsb8sliyyl68i6s0c"))))
|
||||
(base32 "03rmb1l2l2pqn311wn6qii7ckwnn5vravkzzb2xqb6lfwg8z30ja"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-uncased" ,rust-uncased-0.9))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue