summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-07 05:16:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-08 01:13:39 +0100
commit974bdb447ac7572db6019411471349beb90581f2 (patch)
tree423df7bbccc3084e7ea0c6fe389ecb0ccaba8c39
parent9bd4b4058f6f5989ad62191864b8770a1ccf503e (diff)
downloadguix-974bdb447ac7572db6019411471349beb90581f2.tar.gz
gnu: wireplumber: Update to 0.4.6.
* gnu/packages/linux.scm (wireplumber): Update to 0.4.6.
-rw-r--r--gnu/packages/linux.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d936cf52c1..78654174eb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8296,7 +8296,7 @@ of Linux application development.")
 (define-public wireplumber
   (package
     (name "wireplumber")
-    (version "0.4.5")
+    (version "0.4.6")
     (source
      (origin
        (method git-fetch)
@@ -8306,8 +8306,7 @@ of Linux application development.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1k56i5cardwr03vkldg68714hyksyp1vb0b315yw1bilaj2ka30i"))))
+        (base32 "0g7xkgkjlxrhs49hqkwrjk2hb478gq55wwydafvvbsv78vsa7qfb"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dsystemd=disabled"