mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-gix-date-0.9: Update to 0.9.1.
* gnu/packages/crates-vcs.scm (rust-gix-date-0.9): Update to 0.9.1. Change-Id: Ief5dacfe0e92528f09d7c367ed4f7376de0b3b6c
This commit is contained in:
parent
496976f8ec
commit
12c168de38
1 changed files with 2 additions and 2 deletions
|
@ -2173,14 +2173,14 @@ to interact with Git credentials helpers.")
|
|||
(define-public rust-gix-date-0.9
|
||||
(package
|
||||
(name "rust-gix-date")
|
||||
(version "0.9.0")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-date" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19f8qg9rcnis0r1iyvrjwhydnppzq44vk2xvlvvxls0yy1x4pj1m"))))
|
||||
(base32 "1841zsw0899njpnkfx3p77vzl1nhkj4bgs782lm2k5rwq4x583fi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue