[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: paprefs: Update to 1.2.
From: |
guix-commits |
Subject: |
05/16: gnu: paprefs: Update to 1.2. |
Date: |
Thu, 28 Jul 2022 20:46:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ca4d834c2f0264aa78b27df8de91e0c55f6fae9b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200
gnu: paprefs: Update to 1.2.
* gnu/packages/pulseaudio.scm (paprefs): Update to 1.2.
---
gnu/packages/pulseaudio.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 559dc75288..4d05ce452c 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -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))
- branch master updated (e6bdd94c38 -> 42c99f282c), guix-commits, 2022/07/28
- 11/16: gnu: libsocketcan: Omit duplicate LICENSE file., guix-commits, 2022/07/28
- 16/16: gnu: mtools: Update to 4.0.40., guix-commits, 2022/07/28
- 14/16: gnu: ipcalc: Update to 0.51., guix-commits, 2022/07/28
- 09/16: gnu: nnn: Update to 4.6., guix-commits, 2022/07/28
- 06/16: gnu: pamixer: Update to 1.6., guix-commits, 2022/07/28
- 05/16: gnu: paprefs: Update to 1.2.,
guix-commits <=
- 01/16: gnu: hugin: Update to 2021.0.0., guix-commits, 2022/07/28
- 03/16: gnu: eid-mw: Update to 5.1.6., guix-commits, 2022/07/28
- 08/16: gnu: lldpd: Use G-expressions., guix-commits, 2022/07/28
- 10/16: gnu: libsocketcan: Update to 0.0.12., guix-commits, 2022/07/28
- 07/16: gnu: lldpd: Update to 1.0.14., guix-commits, 2022/07/28
- 02/16: gnu: hugin: Remove input labels., guix-commits, 2022/07/28
- 04/16: gnu: eid-mw: Remove input labels., guix-commits, 2022/07/28
- 12/16: gnu: nginx: Update to 1.23.1., guix-commits, 2022/07/28
- 15/16: gnu: net-snmp: Update to 5.9.3., guix-commits, 2022/07/28
- 13/16: gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546., guix-commits, 2022/07/28