* [bug#60310] [PATCH 0/2] Update pipewire-0.3 and wireplumber.
@ 2022-12-25 13:03 Aleksandr Vityazev
2022-12-25 13:05 ` [bug#60310] [PATCH 1/2] gnu: pipewire-0.3: Update to 0.3.63 Aleksandr Vityazev
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Aleksandr Vityazev @ 2022-12-25 13:03 UTC (permalink / raw)
To: 60310
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#60310] [PATCH 1/2] gnu: pipewire-0.3: Update to 0.3.63.
2022-12-25 13:03 [bug#60310] [PATCH 0/2] Update pipewire-0.3 and wireplumber Aleksandr Vityazev
@ 2022-12-25 13:05 ` Aleksandr Vityazev
2022-12-25 13:06 ` [bug#60310] [PATCH 2/2] gnu: wireplumber: Update to 0.4.13 Aleksandr Vityazev
2023-01-11 19:04 ` bug#60310: (no subject) Aleksandr Vityazev
2 siblings, 0 replies; 4+ messages in thread
From: Aleksandr Vityazev @ 2022-12-25 13:05 UTC (permalink / raw)
To: 60310
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.63.
---
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 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#60310] [PATCH 2/2] gnu: wireplumber: Update to 0.4.13.
2022-12-25 13:03 [bug#60310] [PATCH 0/2] Update pipewire-0.3 and wireplumber Aleksandr Vityazev
2022-12-25 13:05 ` [bug#60310] [PATCH 1/2] gnu: pipewire-0.3: Update to 0.3.63 Aleksandr Vityazev
@ 2022-12-25 13:06 ` Aleksandr Vityazev
2023-01-11 19:04 ` bug#60310: (no subject) Aleksandr Vityazev
2 siblings, 0 replies; 4+ messages in thread
From: Aleksandr Vityazev @ 2022-12-25 13:06 UTC (permalink / raw)
To: 60310
* gnu/packages/linux.scm (wireplumber): Update to 0.4.13.
---
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 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#60310: (no subject)
2022-12-25 13:03 [bug#60310] [PATCH 0/2] Update pipewire-0.3 and wireplumber Aleksandr Vityazev
2022-12-25 13:05 ` [bug#60310] [PATCH 1/2] gnu: pipewire-0.3: Update to 0.3.63 Aleksandr Vityazev
2022-12-25 13:06 ` [bug#60310] [PATCH 2/2] gnu: wireplumber: Update to 0.4.13 Aleksandr Vityazev
@ 2023-01-11 19:04 ` Aleksandr Vityazev
2 siblings, 0 replies; 4+ messages in thread
From: Aleksandr Vityazev @ 2023-01-11 19:04 UTC (permalink / raw)
To: 60310-done
--
Aleksandr Vityazev
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-11 19:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-25 13:03 [bug#60310] [PATCH 0/2] Update pipewire-0.3 and wireplumber Aleksandr Vityazev
2022-12-25 13:05 ` [bug#60310] [PATCH 1/2] gnu: pipewire-0.3: Update to 0.3.63 Aleksandr Vityazev
2022-12-25 13:06 ` [bug#60310] [PATCH 2/2] gnu: wireplumber: Update to 0.4.13 Aleksandr Vityazev
2023-01-11 19:04 ` bug#60310: (no subject) Aleksandr Vityazev
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.