[PATCH 0/2] Update pipewire-0.3 and wireplumber.

  • Done
  • quality assurance status badge
Details
One participant
  • Aleksandr Vityazev
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal
A
A
Aleksandr Vityazev wrote on 25 Dec 2022 14:03
(address . guix-patches@gnu.org)
cover.1671972989.git.avityazev@posteo.org
Hello,

this patch series updates pipewire-0.3 and wireplumber.

Aleksandr Vityazev (2):
gnu: pipewire-0.3: Update to 0.3.63.
gnu: wireplumber: Update to 0.4.13.

gnu/packages/linux.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

--
2.38.1

--
Best regards,
Aleksandr Vityazev
A
A
Aleksandr Vityazev wrote on 25 Dec 2022 14:05
[PATCH 1/2] gnu: pipewire-0.3: Update to 0.3.63.
(address . 60310@debbugs.gnu.org)
c28832819fbd5658a6a997d7a275e7e238a47153.1671972989.git.avityazev@posteo.org
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.63.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ddf7025832..2a9d3e1038 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9083,7 +9083,7 @@ (define-public pipewire-0.3
(package
(inherit pipewire)
(name "pipewire")
- (version "0.3.56")
+ (version "0.3.63")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9092,7 +9092,7 @@ (define-public pipewire-0.3
(file-name (git-file-name name version))
(sha256
(base32
- "066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1"))))
+ "1pkngynvhxc6iyv75gsyqjy18ky4si9dhvpavb9xwq5xj71nj0hr"))))
(arguments
(list
#:configure-flags
--
2.38.1



--

Aleksandr Vityazev
A
A
Aleksandr Vityazev wrote on 25 Dec 2022 14:06
[PATCH 2/2] gnu: wireplumber: Update to 0.4.13.
(address . 60310@debbugs.gnu.org)
27c9350da8079dc888473eec7e94c6e257a04964.1671972989.git.avityazev@posteo.org
* gnu/packages/linux.scm (wireplumber): Update to 0.4.13.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2a9d3e1038..b8183d6bde 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9116,7 +9116,7 @@ (define-public pipewire-0.3
(define-public wireplumber
(package
(name "wireplumber")
- (version "0.4.11")
+ (version "0.4.13")
(source
(origin
(method git-fetch)
@@ -9126,7 +9126,7 @@ (define-public wireplumber
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "09pg5cki1xn9bwn3bcjdc54z7b4iqkk1dhn560qyjcglq8xg7nnw"))))
+ (base32 "07psjb7rxsigwnwnzmw2y767vhyyha7cn8i8dgq80rzhwgl0sgv7"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dsystemd=disabled"
--
2.38.1



--

Aleksandr Vityazev
A
A
Aleksandr Vityazev wrote on 11 Jan 2023 20:04
(no subject)
(address . 60310-done@debbugs.gnu.org)
87o7r4opt3.fsf@posteo.org
--

Aleksandr Vityazev
Closed
?