mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: rust-gix-date-0.8: Update to 0.8.7.
* gnu/packages/crates-vcs.scm (rust-gix-date-0.8): Update to 0.8.7. Change-Id: I5cdb42556226c527a96d84e50df6e0231a650304
This commit is contained in:
parent
23f9d1d593
commit
2c05d30b4b
1 changed files with 2 additions and 2 deletions
|
@ -2042,14 +2042,14 @@ to interact with Git credentials helpers.")
|
|||
(package
|
||||
(inherit rust-gix-date-0.9)
|
||||
(name "rust-gix-date")
|
||||
(version "0.8.5")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-date" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1755v9rxk388x8ypinlmw5qcl2q9qxll3kinppghx1s1985162qq"))))
|
||||
(base32 "1h5qygjxr8p2g2vdrzpvx0plnyy9gsym29wjxc5fx48ly8qnkvcy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue