all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46886] [PATCH] gnu: pipewire-0.3: Update to 0.3.22
@ 2021-03-03  1:57 Andy Tai
  2021-03-05 15:58 ` bug#46886: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2021-03-03  1:57 UTC (permalink / raw)
  To: 46886

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46886: [PATCH] gnu: pipewire-0.3: Update to 0.3.22
  2021-03-03  1:57 [bug#46886] [PATCH] gnu: pipewire-0.3: Update to 0.3.22 Andy Tai
@ 2021-03-05 15:58 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-03-05 15:58 UTC (permalink / raw)
  To: Andy Tai; +Cc: 46886-done

Hello,

Andy Tai <lichengtai@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-05 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03  1:57 [bug#46886] [PATCH] gnu: pipewire-0.3: Update to 0.3.22 Andy Tai
2021-03-05 15:58 ` bug#46886: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.