mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-libgit2-sys-0.12: Update to 0.12.17+1.1.0.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12): Update to 0.12.17+1.1.0.
This commit is contained in:
parent
67497e2089
commit
6418033a65
1 changed files with 2 additions and 2 deletions
|
@ -14569,14 +14569,14 @@ (define-public rust-libflate-lz77-1
|
|||
(define-public rust-libgit2-sys-0.12
|
||||
(package
|
||||
(name "rust-libgit2-sys")
|
||||
(version "0.12.14+1.1.0")
|
||||
(version "0.12.17+1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "libgit2-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jgmp69a53lki14p8pigxniwyl755lhqzl0r56ppqps9wrcay9cg"))
|
||||
(base32 "0hc89v7kp2b3rbc64cxq024shd85m8vqcs14i3gjclblr9jxzszl"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (delete-file-recursively "libgit2") #t))))
|
||||
|
|
Loading…
Reference in a new issue