me
/
guix
Archived
1
0
Fork 0

gnu: paprefs: Update to 1.2.

* gnu/packages/pulseaudio.scm (paprefs): Update to 1.2.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:01 +02:00
parent 4aa2a62345
commit ca4d834c2f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -436,15 +436,14 @@ README.md for a detailed list of features.")
(define-public paprefs
(package
(name "paprefs")
(version "1.1")
(version "1.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/pulseaudio/"
name "/" name "-" version ".tar.xz"))
"paprefs/paprefs-" version ".tar.xz"))
(sha256
(base32
"189z5p20hk0xv9vwvym293503j4pwl03xqk9hl7cl6dwgv0l7wkf"))))
(base32 "0czn71vc2j59ass1axr8ij7bh53wq2q0z4gw7xgd2dirvi01xwmk"))))
(build-system meson-build-system)
(native-inputs
(list gettext-minimal pkg-config))