mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: rust-gix-command-0.3: Update to 0.3.9.
* gnu/packages/crates-vcs.scm (rust-gix-command-0.3): Update to 0.3.9 Change-Id: I61e27d9fc3b00b33c8e287c1d8642710acad2b5f
This commit is contained in:
parent
dcc4ef5584
commit
ebda0646cd
1 changed files with 2 additions and 2 deletions
|
@ -1363,14 +1363,14 @@ commit-graph files.")
|
|||
(define-public rust-gix-command-0.3
|
||||
(package
|
||||
(name "rust-gix-command")
|
||||
(version "0.3.6")
|
||||
(version "0.3.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-command" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xsbllakppwpn3z5qzyivlqa7q068wry2a7dpr3xxcy41l10j07r"))))
|
||||
(base32 "1rwjxaw0lyiipr8f879i39amdzd3dh006267hs9g1g3bnf9fdwnz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue