[PATCH] gnu: pipewire-0.3: Update to 0.3.22

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 4 years ago
(address . guix-patches@gnu.org)
CAJsg1E_UanzDzr41qC-M7isOaP9JDm_BJkh7G_iTO_DAvXBYpA@mail.gmail.com
* gnu/packages/linux.scm: Update to 0.3.22
---
gnu/packages/linux.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4441ebb672..de60ee1e58 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7463,7 +7463,7 @@ of Linux application development.")
(package
(inherit pipewire)
(name "pipewire")
- (version "0.3.18")
+ (version "0.3.22")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7472,7 +7472,7 @@ of Linux application development.")
(file-name (git-file-name name version))
(sha256
(base32
- "1yghhgs18yqrnd0b2r75l5n8yng962r1wszbsi01v6i9zib3jc9g"))))
+ "1ywna5f5v8s79ivrqfwwc8vy6sn3a2zvfwqyalf1fypj5d90w8g9"))))
(arguments
'(#:configure-flags
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
@@ -7488,7 +7488,8 @@ of Linux application development.")
("jack" ,jack-2)
("pulseaudio" ,pulseaudio)
("vulkan-loader" ,vulkan-loader)
- ("vulkan-headers" ,vulkan-headers))))))
+ ("vulkan-headers" ,vulkan-headers))))
+ (license license:x11)))

(define-public ell
(package
--
2.30.1
Nicolas Goaziou wrote 4 years ago
(name . Andy Tai)(address . lichengtai@gmail.com)(address . 46886-done@debbugs.gnu.org)
87czwdfv8f.fsf@nicolasgoaziou.fr
Hello,

Andy Tai <lichengtai@gmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/linux.scm: Update to 0.3.22

Thank you.

However, this package was updated independently recently. Sorry for the
duplicate work.

I'm closing this.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 46886
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