guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/11: gnu: pipewire: Update to 0.3.77.


From: guix-commits
Subject: 05/11: gnu: pipewire: Update to 0.3.77.
Date: Sun, 13 Aug 2023 04:02:25 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 23aa30ddedbdf05adc40f974674bc05320f6f776
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Aug 13 15:38:05 2023 +0800

    gnu: pipewire: Update to 0.3.77.
    
    * gnu/packages/linux.scm (pipewire): Update to 0.3.77.
---
 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 2a0af51004..686eb40587 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9265,7 +9265,7 @@ types and interfaces and translates so that the X server 
can use them.")
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "0.3.70")
+    (version "0.3.77")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9274,7 +9274,7 @@ types and interfaces and translates so that the X server 
can use them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1n74rrbwymm89ri4daa4v092f4b81wrak4vg685xfz2wl89p64n6"))))
+                "11jdd9ljm6967cdp97qqf5fa02ad69kdgk3212ap5gfndky2h43m"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]