diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-17 15:08:18 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-17 16:38:54 +0300 |
| commit | 60d30f105093572324b48737cde9628cd62fe0ca (patch) | |
| tree | 0db986ae6a45be5153999e893abf37b845d51c8c /gnu/packages/rust-apps.scm | |
| parent | 918e2ae85221596469a079af7c15c9b77691603e (diff) | |
gnu: git-delta: Update to 0.19.2.
* gnu/packages/rust-apps.scm (git-delta): Update to 0.19.2.
[arguments]: Remove cargo-test-flags.
[inputs]: Remove libgit2-1.7, add libgit2-1.9.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[git-delta]: Update
entry.
Change-Id: I5347a6f9a1c56a550d3cea6683b0ac20497a75c1
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index cc197d74be7..9d70e672c00 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -4804,31 +4804,18 @@ It will then write @code{fixup!} commits for each of those changes.") | |||
| 4804 | (define-public git-delta | 4804 | (define-public git-delta |
| 4805 | (package | 4805 | (package |
| 4806 | (name "git-delta") | 4806 | (name "git-delta") |
| 4807 | (version "0.18.2") | 4807 | (version "0.19.2") |
| 4808 | (source | 4808 | (source |
| 4809 | (origin | 4809 | (origin |
| 4810 | (method url-fetch) | 4810 | (method url-fetch) |
| 4811 | (uri (crate-uri "git-delta" version)) | 4811 | (uri (crate-uri "git-delta" version)) |
| 4812 | (file-name (string-append name "-" version ".tar.gz")) | 4812 | (file-name (string-append name "-" version ".tar.gz")) |
| 4813 | (sha256 | 4813 | (sha256 |
| 4814 | (base32 "1bmjan13lm1d6vcy8mh0iryl2rnvh39ml5y4alf6s728xdzc2yhj")))) | 4814 | (base32 "0g5d8pqw54yd6jivnjyg0q08f5y0zgbw2vwvvwic6c05mrbl9xkz")))) |
| 4815 | (build-system cargo-build-system) | 4815 | (build-system cargo-build-system) |
| 4816 | (arguments | 4816 | (arguments |
| 4817 | (list | 4817 | (list |
| 4818 | #:install-source? #f | 4818 | #:install-source? #f |
| 4819 | #:cargo-test-flags | ||
| 4820 | '(list "--release" "--" | ||
| 4821 | "--skip=ansi::tests::test_measure_text_width" | ||
| 4822 | "--skip=features::line_numbers::tests::test_line_numbers_continue_correctly_after_wrapping" | ||
| 4823 | "--skip=features::side_by_side::tests::test_two_plus_lines_exact_fit" | ||
| 4824 | "--skip=handlers::diff_header::tests::test_diff_header_relative_paths" | ||
| 4825 | "--skip=tests::test_example_diffs::tests::test_binary_file_added" | ||
| 4826 | "--skip=tests::test_example_diffs::tests::test_binary_file_removed" | ||
| 4827 | "--skip=tests::test_example_diffs::tests::test_binary_files_differ" | ||
| 4828 | "--skip=tests::test_example_diffs::tests::test_binary_files_differ_after_other" | ||
| 4829 | "--skip=wrapping::tests::test_alignment_1_line_vs_3_lines" | ||
| 4830 | "--skip=wrapping::tests::test_alignment_2_lines_vs_3_lines" | ||
| 4831 | "--skip=wrapping::tests::test_wrap_line_newlines") | ||
| 4832 | #:phases | 4819 | #:phases |
| 4833 | #~(modify-phases %standard-phases | 4820 | #~(modify-phases %standard-phases |
| 4834 | (add-after 'install 'install-extras | 4821 | (add-after 'install 'install-extras |
| @@ -4852,7 +4839,7 @@ It will then write @code{fixup!} commits for each of those changes.") | |||
| 4852 | (string-append fish-completions-dir "/delta.fish")))))))) | 4839 | (string-append fish-completions-dir "/delta.fish")))))))) |
| 4853 | (native-inputs (list git-minimal pkg-config)) | 4840 | (native-inputs (list git-minimal pkg-config)) |
| 4854 | (inputs | 4841 | (inputs |
| 4855 | (cons* libgit2-1.7 | 4842 | (cons* libgit2-1.9 |
| 4856 | oniguruma | 4843 | oniguruma |
| 4857 | openssl | 4844 | openssl |
| 4858 | zlib | 4845 | zlib |
