1
Fork 0
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:
Efraim Flashner 2024-12-24 11:01:01 +02:00
parent 8c2334bedc
commit d6e7784b36
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))