mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-gix-command-0.3: Update to 0.3.10.
* gnu/packages/crates-vcs.scm (rust-gix-command-0.3): Update to 0.3.10. Change-Id: I3465049f96ebe04826ff1bff50dac79ac41559bc
This commit is contained in:
parent
8fd08ab842
commit
db096cab68
1 changed files with 2 additions and 2 deletions
|
@ -1586,14 +1586,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.9")
|
(version "0.3.10")
|
||||||
(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 "1rwjxaw0lyiipr8f879i39amdzd3dh006267hs9g1g3bnf9fdwnz"))))
|
(base32 "0ijqxwlnl7ikmhkhfp5yfhnxj7kmdyb0mz9qcrd3dqncx6wx40f2"))))
|
||||||
(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`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue