diff options
| author | Zheng Junjie <z572@z572.online> | 2026-08-30 14:19:33 +0800 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-09-01 17:18:19 +0300 |
| commit | ae0ed3fd5688425585d20771ef65af113f5f3a9c (patch) | |
| tree | dc1b1266e2601423163fe74aeec71c0a15ba44a7 /gnu/packages/rust-apps.scm | |
| parent | 41bdb9454697a097fc991372307bdf7508103a1e (diff) | |
gnu: radicle: Update to 1.10.2.
* gnu/packages/rust-apps.scm (radicle): Update to 1.10.2.
[inputs]: Replace libgit2-1.9 with libgit2-1.9.7.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Update radicle
inputs.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 7a188083f82..fdcea90ef53 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -4887,7 +4887,7 @@ policies, and so on. | |||
| 4887 | (define-public radicle | 4887 | (define-public radicle |
| 4888 | (package | 4888 | (package |
| 4889 | (name "radicle") | 4889 | (name "radicle") |
| 4890 | (version "1.9.1") | 4890 | (version "1.10.2") |
| 4891 | (source | 4891 | (source |
| 4892 | (origin | 4892 | (origin |
| 4893 | (method url-fetch/tarbomb) | 4893 | (method url-fetch/tarbomb) |
| @@ -4895,7 +4895,7 @@ policies, and so on. | |||
| 4895 | "https://files.radicle.dev/releases/" | 4895 | "https://files.radicle.dev/releases/" |
| 4896 | version "/heartwood-" version ".tar.gz")) | 4896 | version "/heartwood-" version ".tar.gz")) |
| 4897 | (sha256 | 4897 | (sha256 |
| 4898 | (base32 "0z4ygjn5gmhh4v3iw5g5hxy536288wz464sb1vh90145wnjx4i74")) | 4898 | (base32 "1xqg2v0jrs8byqrdzyjx703pldzawiyd85ls3hwhcixjrx7152sf")) |
| 4899 | (modules '((guix build utils))) | 4899 | (modules '((guix build utils))) |
| 4900 | (snippet | 4900 | (snippet |
| 4901 | '(begin | 4901 | '(begin |
| @@ -4968,7 +4968,7 @@ policies, and so on. | |||
| 4968 | (list pkg-config | 4968 | (list pkg-config |
| 4969 | ;; for test | 4969 | ;; for test |
| 4970 | git-minimal/pinned))) | 4970 | git-minimal/pinned))) |
| 4971 | (inputs (cons* libgit2-1.9 sqlite-next (cargo-inputs 'radicle))) | 4971 | (inputs (cons* libgit2-1.9.7 sqlite-next (cargo-inputs 'radicle))) |
| 4972 | (home-page "https://radicle.dev/") | 4972 | (home-page "https://radicle.dev/") |
| 4973 | (synopsis "Peer-to-peer code collaboration stack") | 4973 | (synopsis "Peer-to-peer code collaboration stack") |
| 4974 | (description | 4974 | (description |
