mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: rust-gix-path-0.10: Update to 0.10.12.
* gnu/packages/crates-vcs.scm (rust-gix-path-0.10): Update to 0.10.12. Change-Id: Ib2b61296789f537e07b5e61ebeb49d7480ea0ec1
This commit is contained in:
parent
12c168de38
commit
cddeb31d86
1 changed files with 2 additions and 2 deletions
|
@ -4913,14 +4913,14 @@ feature pre-selected.")
|
||||||
(define-public rust-gix-path-0.10
|
(define-public rust-gix-path-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-path")
|
(name "rust-gix-path")
|
||||||
(version "0.10.11")
|
(version "0.10.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-path" version))
|
(uri (crate-uri "gix-path" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1by7zbdccrqpb824164hyqs7lyz3axp8jihjkyydraw8s3mlzz7b"))))
|
(base32 "0m75pki8sa7hl3qlz8pdis5l4ck8s656bwkxxf8iwsxmzna5lkn0"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;undeclared crate gix_testtools
|
`(#:tests? #f ;undeclared crate gix_testtools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue