mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: rust-gix-quote-0.4: Update to 0.4.13.
* gnu/packages/crates-vcs.scm (rust-gix-quote-0.4): Update to 0.4.13. Change-Id: I247f873c1155415ce594b81090a6dc40f2bcc518
This commit is contained in:
parent
b1c01aea08
commit
73d63fb23c
1 changed files with 2 additions and 2 deletions
|
@ -5334,14 +5334,14 @@ (define-public rust-gix-protocol-0.33
|
||||||
(define-public rust-gix-quote-0.4
|
(define-public rust-gix-quote-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-quote")
|
(name "rust-gix-quote")
|
||||||
(version "0.4.12")
|
(version "0.4.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-quote" version))
|
(uri (crate-uri "gix-quote" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zyrl6qchw2f6j25ian699ifzas3a5a2zrhflwjpmym3ksdlzzyb"))))
|
(base32 "0jcf59cbkw84c7yc341bry9rvl5hbagr7sl2w8wrdzfw4larm7zq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue