diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-24 10:23:45 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-24 11:55:47 +0300 |
| commit | b4a3239595a844221ff0f0bb7fb6c73d983b96aa (patch) | |
| tree | b71c2f22d6686632e38dd408e73131554f01b616 /gnu/packages/rust-apps.scm | |
| parent | f288e61bba13f921822cc76a48d36795771f9201 (diff) | |
gnu: jujutsu: Update to 0.41.0.
* gnu/packages/rust-apps.scm (jujutsu): Update to 0.41.0.
[native-inputs]: Remove openssh, add openssh-sans-x.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[jujutsu]: Update
entry.
Change-Id: I0ce635922f81706c6d5989b23ad8b7cea7be6f71
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 d5357652a61..93924c465e3 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -2123,7 +2123,7 @@ JSON viewer and jq filter editor.") | |||
| 2123 | (define-public jujutsu | 2123 | (define-public jujutsu |
| 2124 | (package | 2124 | (package |
| 2125 | (name "jujutsu") | 2125 | (name "jujutsu") |
| 2126 | (version "0.40.0") | 2126 | (version "0.41.0") |
| 2127 | (source | 2127 | (source |
| 2128 | (origin | 2128 | (origin |
| 2129 | (method git-fetch) | 2129 | (method git-fetch) |
| @@ -2132,7 +2132,7 @@ JSON viewer and jq filter editor.") | |||
| 2132 | (commit (string-append "v" version)))) | 2132 | (commit (string-append "v" version)))) |
| 2133 | (file-name (git-file-name name version)) | 2133 | (file-name (git-file-name name version)) |
| 2134 | (sha256 | 2134 | (sha256 |
| 2135 | (base32 "0wdl6jqvv3bhdij65gsn0lpycw2qg2i5p1rc2wi42fdhghsfq6iw")))) | 2135 | (base32 "1jla0sjw8cyhrmkl83xkp8mp8nbplj4nmd0w16bprj1kd5xzkpc9")))) |
| 2136 | (build-system cargo-build-system) | 2136 | (build-system cargo-build-system) |
| 2137 | (arguments | 2137 | (arguments |
| 2138 | (list | 2138 | (list |
| @@ -2180,7 +2180,7 @@ JSON viewer and jq filter editor.") | |||
| 2180 | (list pkg-config | 2180 | (list pkg-config |
| 2181 | ;; For tests. | 2181 | ;; For tests. |
| 2182 | git-minimal | 2182 | git-minimal |
| 2183 | openssh))) | 2183 | openssh-sans-x))) |
| 2184 | (inputs (cons* zlib openssl libssh2 libgit2-1.9 (cargo-inputs 'jujutsu))) | 2184 | (inputs (cons* zlib openssl libssh2 libgit2-1.9 (cargo-inputs 'jujutsu))) |
| 2185 | (home-page "https://github.com/jj-vcs/jj") | 2185 | (home-page "https://github.com/jj-vcs/jj") |
| 2186 | (synopsis "Git-compatible distributed version control system") | 2186 | (synopsis "Git-compatible distributed version control system") |
