mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-gix-sec: Update to 0.10.12.
* gnu/packages/crates-vcs.scm (rust-gix-sec): Update to 0.10.12. Change-Id: Ib5580aad7f1b5a3df177835ce349290b936790f7
This commit is contained in:
parent
f2303dac31
commit
33b4ed0eb7
1 changed files with 2 additions and 2 deletions
|
@ -8330,14 +8330,14 @@ Gitoxide, a pure Rust implementation of Git.")
|
|||
(define-public rust-gix-sec-0.10
|
||||
(package
|
||||
(name "rust-gix-sec")
|
||||
(version "0.10.10")
|
||||
(version "0.10.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-sec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1mjgs5wgfc236i3293winiaplnx4sscc6blsh2bm75bsk7ppdf58"))))
|
||||
(base32 "122qvp6sll7hkrpjiwf9ga1dni0gwf6j3zzm6cq2zvz97pqv1bj7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue