guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/35: gnu: pipewire: Update to 0.3.22.


From: guix-commits
Subject: 08/35: gnu: pipewire: Update to 0.3.22.
Date: Wed, 3 Mar 2021 18:45:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 877e309e1c97fe9ad119c1ba39e476b7587e9b61
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 19:47:27 2021 +0100

    gnu: pipewire: Update to 0.3.22.
    
    * gnu/packages/linux.scm (pipewire): Update to 0.3.22.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 96cd150..e20cb56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7464,7 +7464,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
@@ -7473,7 +7473,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]