mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-libgit2-sys-0.14: Update to 0.14.2.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.14): Update to 0.14.2.
This commit is contained in:
parent
8b95afa414
commit
0fab6dac38
1 changed files with 2 additions and 2 deletions
|
@ -31355,7 +31355,7 @@ (define-public rust-libfuzzer-sys-0.3
|
||||||
(define-public rust-libgit2-sys-0.14
|
(define-public rust-libgit2-sys-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-libgit2-sys")
|
(name "rust-libgit2-sys")
|
||||||
(version "0.14.0+1.5.0")
|
(version "0.14.2+1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -31364,7 +31364,7 @@ (define-public rust-libgit2-sys-0.14
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16wm7m65xvfqn11bhiclg7v5ajswhwrcrlg631r4z2hcqxchi827"))
|
"1926x5f84ykr8j2lsdmb0n0bj4jz173j5bm722cgwx8hnpv9agbz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "libgit2")))))
|
'(begin (delete-file-recursively "libgit2")))))
|
||||||
|
|
Loading…
Reference in a new issue