gnu: rust-gix-command-0.3: Update to 0.3.6.
* gnu/packages/crates-vcs.scm (rust-gix-command-0.3): Update to 0.3.6. Change-Id: I33b159d5b6bf8cf6fdfd829e2042c01b4d285f80master
parent
dd3cedbdf5
commit
d47e321169
|
@ -1092,14 +1092,14 @@ commit-graph files.")
|
||||||
(define-public rust-gix-command-0.3
|
(define-public rust-gix-command-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-command")
|
(name "rust-gix-command")
|
||||||
(version "0.3.5")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-command" version))
|
(uri (crate-uri "gix-command" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1z1p86ahd1swpvhjv1shzyrvrh4cgp05fdm7vb3ay0nn6a3s3gkz"))))
|
(base32 "0xsbllakppwpn3z5qzyivlqa7q068wry2a7dpr3xxcy41l10j07r"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
||||||
|
|
Reference in New Issue