mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-gix-command-0.3: Update to 0.3.11.
* gnu/packages/crates-vcs.scm (rust-gix-command-0.3): Update to 0.3.11. Change-Id: If97c145fdf7395b9f5b2712e61c1a2e1e3cc384f
This commit is contained in:
parent
8f98a75141
commit
dcef7fb505
1 changed files with 2 additions and 2 deletions
|
@ -1707,14 +1707,14 @@ (define-public rust-gix-chunk-0.4
|
|||
(define-public rust-gix-command-0.3
|
||||
(package
|
||||
(name "rust-gix-command")
|
||||
(version "0.3.10")
|
||||
(version "0.3.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-command" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ijqxwlnl7ikmhkhfp5yfhnxj7kmdyb0mz9qcrd3dqncx6wx40f2"))))
|
||||
(base32 "0lzyg587s4rcrlvi42ml744ardqy6l5vh7hrx3bkyib47a7nnzbd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
||||
|
|
Loading…
Reference in a new issue