mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-gix-quote-0.4: Update to 0.4.12.
* gnu/packages/crates-vcs.scm (rust-gix-quote-0.4): Update to 0.4.12. Change-Id: Ia57f62db8a4274fcba00544fc3b3b1304355b114
This commit is contained in:
parent
73f0c45680
commit
667b37c345
1 changed files with 2 additions and 2 deletions
|
@ -3399,14 +3399,14 @@ (define-public rust-gix-protocol-0.33
|
|||
(define-public rust-gix-quote-0.4
|
||||
(package
|
||||
(name "rust-gix-quote")
|
||||
(version "0.4.11")
|
||||
(version "0.4.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-quote" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0va98gn8dw4v5qmq245rk5r12vgjqydavdy2avmwcxfrawli06sd"))))
|
||||
(base32 "1zyrl6qchw2f6j25ian699ifzas3a5a2zrhflwjpmym3ksdlzzyb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue