mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: rust-gix-quote-0.4: Update to 0.4.10.
* gnu/packages/crates-vcs.scm (rust-gix-quote-0.4): Update to 0.4.10. Change-Id: I9440f13bfbacb70ad8c8646b3fe6b8985484dc40
This commit is contained in:
parent
967ad9ba96
commit
909c2fe3a2
1 changed files with 2 additions and 2 deletions
|
@ -2767,14 +2767,14 @@ Rust implementation of Git.")
|
|||
(define-public rust-gix-quote-0.4
|
||||
(package
|
||||
(name "rust-gix-quote")
|
||||
(version "0.4.7")
|
||||
(version "0.4.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-quote" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "01f9rm8m7pd6j6bhqiq1hgk11sn9pad27fsz8sj7n4nhgnlqcp27"))))
|
||||
(base32 "07rjs58hp9mi41dpkd8idczaqdmhi08zi0pv206rcfnp0c1w2zcz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue