1
Fork 0
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:
Steve George 2024-10-03 14:43:23 +01:00 committed by Efraim Flashner
parent dcc4ef5584
commit ebda0646cd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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`