diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-07 05:16:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-08 01:13:39 +0100 |
commit | 9bd4b4058f6f5989ad62191864b8770a1ccf503e (patch) | |
tree | dab3743d82fe24f9eb807e0bcb279efa83f8fdda /gnu/packages/linux.scm | |
parent | 1e1cba00d50eff257ca919c6b0765985a59f4589 (diff) | |
download | guix-9bd4b4058f6f5989ad62191864b8770a1ccf503e.tar.gz |
gnu: pipewire@0.3: Update to 0.3.43.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.43.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index aea97b298a..d936cf52c1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8264,7 +8264,7 @@ of Linux application development.") (package (inherit pipewire) (name "pipewire") - (version "0.3.41") + (version "0.3.43") (source (origin (method git-fetch) (uri (git-reference @@ -8273,7 +8273,7 @@ of Linux application development.") (file-name (git-file-name name version)) (sha256 (base32 - "05ksl2nbn00gvdmnmffa8q8r3z29ip75554d36xchsrhqq4sxdcm")))) + "0gp2h0sidapcqmnifl0iipdmbzb18bdh8zdi7pfywr9gsksh0cxy")))) (arguments '(#:configure-flags (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out") |