mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-escape8259-0.5: Update to 0.5.3.
* gnu/packages/crates-io.scm (rust-escape8259-0.5): Update to 0.5.3. Change-Id: Ibe16e0bf44adc8839025a88c0e1a096cee4678ff
This commit is contained in:
parent
8623996eeb
commit
e3d12652fa
1 changed files with 2 additions and 2 deletions
|
@ -26478,14 +26478,14 @@ (define-public rust-error-code-2
|
|||
(define-public rust-escape8259-0.5
|
||||
(package
|
||||
(name "rust-escape8259")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "escape8259" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vjpfnk9fyq6qcc18bq7yfk9ahi2r12lfywr4rwcsvv6wc8ljkxs"))))
|
||||
(base32 "1in2zrdak794x8v11lkrrgyqxjjqbijvg0yfn2paay0rb9xxv4jn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-rustversion" ,rust-rustversion-1))))
|
||||
|
|
Loading…
Reference in a new issue