mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-git2: Update to 0.13.24.
* gnu/packages/crates-io.scm (rust-git2): Update to 0.13.24.
This commit is contained in:
parent
838f386bf3
commit
28c2e9642c
1 changed files with 2 additions and 2 deletions
|
@ -21048,7 +21048,7 @@ (define-public rust-git-version-macro-0.3
|
|||
(define-public rust-git2-0.13
|
||||
(package
|
||||
(name "rust-git2")
|
||||
(version "0.13.20")
|
||||
(version "0.13.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -21057,7 +21057,7 @@ (define-public rust-git2-0.13
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fkc2gzcnl4ci3rja9mc5jl2ygl3fkc1fgym3rcwby216ac1x0yr"))))
|
||||
"07rlxwvl5iyyqwh0mci5v27lbicf9qiqm60maw1srz7i51x00pl4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue