aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-03 19:47:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:44:56 +0100
commit877e309e1c97fe9ad119c1ba39e476b7587e9b61 (patch)
tree1302d7f80720da2e0bf9f663187ec7c3e8a2ffe6
parentf3326638f58f5f1137a3ca15c5ad4eae639e0666 (diff)
downloadguix-877e309e1c97fe9ad119c1ba39e476b7587e9b61.tar
guix-877e309e1c97fe9ad119c1ba39e476b7587e9b61.tar.gz
gnu: pipewire: Update to 0.3.22.
* gnu/packages/linux.scm (pipewire): Update to 0.3.22.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 96cd150a63..e20cb56545 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")