[patch] update pipewire to 1.2.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • The Man
Owner
unassigned
Submitted by
The Man
Severity
normal

Debbugs page

The Man wrote 6 months ago
(address . guix-patches@gnu.org)
CAPfwWaj5kOGkpdwr2gY--kQGDCDNziswtt69BQcf_Wr_ikqOCw@mail.gmail.com

Toggle diff (22 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 689eded6fd..e28cdf12bb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9805,7 +9805,7 @@ (define-public inputattach
(define-public pipewire
(package
(name "pipewire")
- (version "1.0.3")
+ (version "1.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9814,7 +9814,7 @@ (define-public pipewire
(file-name (git-file-name name version))
(sha256
(base32
- "10psfk260pqgi375d5q80yyzy2a1jabs3cgvrd0w18sdwi1knp21"))))
+ "0a7a1h0l2l6nknq60qa4gd1nvlz6aq1scdpfbm8njc4bzbafzmmi"))))
(build-system meson-build-system)
(arguments
(list
Andreas Enge wrote 5 months ago
Applied
(address . 73372@debbugs.gnu.org)
ZxdmnIsxrDfjcGow@jurong
Hello,

when updating several packages, this should be done in one commit per package,
even if all of them are pushed together.

I have applied all three packages of issues 73372 and 73720 (the one of
73372 to keep attribution), trusting the observation that they have been
handled successfully by QA before.

Thanks for the patches and the review!

Andreas
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73372@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73372
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help