1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: jujutsu: Update to 0.39.0.

* gnu/packages/rust-apps.scm (jujutsu): Update to 0.39.0.
  [arguments]<cargo-test-flags>: skip test_push_updates_with_options.

Change-Id: I8d9dfa16856a67263167a3ef63def9e722f9176c
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Steve George
2026-03-06 18:28:46 +00:00
committed by Efraim Flashner
parent 362fe5e09c
commit a1125cec7b
2 changed files with 245 additions and 164 deletions
+3 -2
View File
@@ -1783,7 +1783,7 @@ JSON viewer and jq filter editor.")
(define-public jujutsu
(package
(name "jujutsu")
(version "0.38.0")
(version "0.39.0")
(source
(origin
(method git-fetch)
@@ -1792,7 +1792,7 @@ JSON viewer and jq filter editor.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0c3fgxvvf7lj5p8s7fzx1mnxbiigplmgfqn49szj3z51m74d0xhm"))))
(base32 "0c0n56b5y6wmyvcc18nhrfsmcavjlh2zwv9224lrcs6h602a5jdd"))))
(build-system cargo-build-system)
(arguments
(list
@@ -1802,6 +1802,7 @@ JSON viewer and jq filter editor.")
''("--"
"--skip=test_gerrit_upload::test_gerrit_upload_rejected_by_remote"
"--skip=test_git_push::test_git_push_rejected_by_remote"
"--skip=test_git::test_push_updates_with_options"
"--skip=test_util_command::test_util_exec_sets_env")
#:modules
'((guix build cargo-build-system)