summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2026-08-27 18:40:12 -0400
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-08-31 18:26:04 +0200
commit29f1da786b483411c0eb7a9fd64e208316daa01d (patch)
tree806bd7d6eb4b6680a59f5d6dc186d5d4e3a9542c
parent794371196e7806b6b1153e8f4bb7598832462bdd (diff)
gnu: emacs-jabber: Update to 0.13.1.
* gnu/packages/emacs-xyz.scm (emacs-jabber): Update to 0.13.1. [#:phases]<disable-failing-tests>: Update list of failing tests. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r--gnu/packages/emacs-xyz.scm29
1 files changed, 6 insertions, 23 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2dfff80a916..ce3f2e972a3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26347,7 +26347,7 @@ with Eglot.")
26347(define-public emacs-jabber 26347(define-public emacs-jabber
26348 (package 26348 (package
26349 (name "emacs-jabber") 26349 (name "emacs-jabber")
26350 (version "0.11.1") 26350 (version "0.13.1")
26351 (source (origin 26351 (source (origin
26352 (method git-fetch) 26352 (method git-fetch)
26353 (uri (git-reference 26353 (uri (git-reference
@@ -26356,7 +26356,7 @@ with Eglot.")
26356 (file-name (git-file-name name version)) 26356 (file-name (git-file-name name version))
26357 (sha256 26357 (sha256
26358 (base32 26358 (base32
26359 "10ci5parlck7d13wz7xf03wypg0gh68bqk3vbngnbrv5pkg9x8ic")))) 26359 "0nznjfvkpc86gg311bd9x17jar844a82x79kfzfblmy45afhfmnx"))))
26360 (build-system emacs-build-system) 26360 (build-system emacs-build-system)
26361 (arguments 26361 (arguments
26362 (list 26362 (list
@@ -26380,32 +26380,15 @@ with Eglot.")
26380 "../src/picomemo"))) 26380 "../src/picomemo")))
26381 (add-after 'unpack 'disable-failing-tests 26381 (add-after 'unpack 'disable-failing-tests
26382 (lambda _ 26382 (lambda _
26383 ;; These 4 tests pass outside the build 26383 ;; XXX: No clue why these fail
26384 ;; environment but fail inside it.
26385 (define skip "\n (skip-unless nil)") 26384 (define skip "\n (skip-unless nil)")
26386 (substitute* 26385 (substitute*
26387 "../tests/jabber-test-disco.el" 26386 "../tests/jabber-test-omemo-module.el"
26388 ((".*query-if-needed-cache-miss \\(\\)" 26387 ((".*jabber-test-omemo-module-failed-decrypt-keeps-skipped-key \\(\\)"
26389 all) 26388 all)
26390 (string-append all skip)) 26389 (string-append all skip))
26391 ((".*process-caps-modern.*queries \\(\\)" 26390 ((".*jabber-test-omemo-module-out-of-order-decrypt \\(\\)"
26392 all) 26391 all)
26393 (string-append all skip)))
26394 (substitute*
26395 (string-append
26396 "../tests/"
26397 "jabber-test-message-correct.el")
26398 ((".*correct-last-uses-original-id \\(\\)"
26399 all)
26400 (string-append all skip))
26401 ((".*mam-syncing-skipped.*dispatch \\(\\)"
26402 all)
26403 (string-append all skip)))
26404 (substitute*
26405 "../tests/jabber-test-reactions.el"
26406 ((".*handle-carbon-wrapped-update \\(\\)" all)
26407 (string-append all skip))
26408 ((".*handle-sent-carbon-uses-carbon-buffer \\(\\)" all)
26409 (string-append all skip)))))))) 26392 (string-append all skip))))))))
26410 (native-inputs 26393 (native-inputs
26411 (list pkg-config 26394 (list pkg-config