Archived
1
0
Fork 0

gnu: rust-libgit2-sys-0.16: Update to 0.16.2.

* gnu/packages/crates-vcs.scm (rust-libgit2-sys-0.16): Update to 0.16.2.

Change-Id: I06f5282e9793101e3475c11c02a82a790e47bd52
This commit is contained in:
Efraim Flashner 2024-03-27 10:04:13 +02:00
parent d74347bc66
commit a3eb141a3f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4800,14 +4800,14 @@ from a git-tree. It's part of Gitoxide, a pure Rust implementation of Git.")
(define-public rust-libgit2-sys-0.16
(package
(name "rust-libgit2-sys")
(version "0.16.1+1.7.1")
(version "0.16.2+1.7.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "libgit2-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "030dnq7hz79qs4rxdllc3ailvqzc432jwwxk7g8av55hh0vbp8pj"))
(base32 "1s149nkximw3n42925rp0jax1sf1zmf8gpcim2g9sp7fnkc2chgf"))
(modules '((guix build utils)))
(snippet
#~(begin (delete-file-recursively "libgit2")))))