GNU bug report logs -
#46886
[PATCH] gnu: pipewire-0.3: Update to 0.3.22
Previous Next
Reported by: Andy Tai <lichengtai <at> gmail.com>
Date: Wed, 3 Mar 2021 01:59:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 05 Mar 2021 16:58:24 +0100
with message-id <87czwdfv8f.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46886] [PATCH] gnu: pipewire-0.3: Update to 0.3.22
has caused the debbugs.gnu.org bug report #46886,
regarding [PATCH] gnu: pipewire-0.3: Update to 0.3.22
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
46886: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46886
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/linux.scm: Update to 0.3.22
---
gnu/packages/linux.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
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
[Message part 3 (message/rfc822, inline)]
Hello,
Andy Tai <lichengtai <at> gmail.com> writes:
> * 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
This bug report was last modified 4 years and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.