[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: pasystray: Update to 0.8.2.
From: |
guix-commits |
Subject: |
05/06: gnu: pasystray: Update to 0.8.2. |
Date: |
Fri, 15 Sep 2023 05:03:00 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 4c031bb86f2a82c9e37ce37981abc2779fcd8b68
Author: Jussi Timperi <jussi.timperi@iki.fi>
AuthorDate: Mon Sep 11 12:06:48 2023 +0300
gnu: pasystray: Update to 0.8.2.
* gnu/packages/pulseaudio.scm (pasystray): Update to 0.8.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/pulseaudio.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index ef4f8ba8cf..dd0d3985c0 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -385,16 +385,16 @@ volume levels of the sinks (get, set, decrease, increase,
toggle mute, etc).")
(define-public pasystray
(package
(name "pasystray")
- (version "0.7.1")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/christophgysin/pasystray")
- (commit (string-append name "-" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xx1bm9kimgq11a359ikabdndqg5q54pn1d1dyyjnrj0s41168fk"))))
+ (base32 "1zf79pfmm7wa1l9yyab2g6lf0j81v1mrp406262rd21g4prx1921"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (0c1aa35404 -> a051056193), guix-commits, 2023/09/15
- 02/06: services: guix: Add bffe-service-type., guix-commits, 2023/09/15
- 06/06: gnu: delve: Update to 1.21.0., guix-commits, 2023/09/15
- 04/06: gnu: squid: Update to 6.3., guix-commits, 2023/09/15
- 01/06: gnu: Add bffe., guix-commits, 2023/09/15
- 03/06: gnu: diffoscope: Update to 250., guix-commits, 2023/09/15
- 05/06: gnu: pasystray: Update to 0.8.2.,
guix-commits <=