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