mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-gix-date-0.8: Update to 0.8.3.
* gnu/packages/crates-vcs.scm (rust-gix-date-0.8): Update to 0.8.3. Change-Id: Ice5107ba508b9e850f79907ec66b12e71d549b73
This commit is contained in:
parent
ae1777ef5d
commit
323599bccc
1 changed files with 2 additions and 2 deletions
|
@ -1231,14 +1231,14 @@ (define-public rust-gix-credentials-0.15
|
|||
(define-public rust-gix-date-0.8
|
||||
(package
|
||||
(name "rust-gix-date")
|
||||
(version "0.8.0")
|
||||
(version "0.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-date" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "038yapmv9mm7d2xclhg18iakpc4hd3vl4xkk09ydr0lmcdlzczgw"))))
|
||||
(base32 "0zh6yjxvzxbw92gz3f6846cbxk66wdjbwhp6nm4k9gmyfbxkszzv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
|
|
Loading…
Reference in a new issue