GNU bug report logs -
#65863
[PATCH] gnu: pasystray: Update to 0.8.2.
Previous Next
Reported by: Jussi Timperi <jussi.timperi <at> iki.fi>
Date: Mon, 11 Sep 2023 09:15:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65863 in the body.
You can then email your comments to 65863 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65863
; Package
guix-patches
.
(Mon, 11 Sep 2023 09:15:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jussi Timperi <jussi.timperi <at> iki.fi>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 11 Sep 2023 09:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pulseaudio.scm (pasystray): Update to 0.8.2.
---
The version tagging scheme changed in 0.8.0.
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 @@ (define-public pamixer
(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
base-commit: 2eb6df537c36da8bf8e81ff698421f6fb1bfd1ab
--
2.41.0
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Fri, 15 Sep 2023 09:31:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jussi Timperi <jussi.timperi <at> iki.fi>
:
bug acknowledged by developer.
(Fri, 15 Sep 2023 09:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65863-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Jussi Timperi <jussi.timperi <at> iki.fi> writes:
> * gnu/packages/pulseaudio.scm (pasystray): Update to 0.8.2.
> ---
>
> The version tagging scheme changed in 0.8.0.
>
> gnu/packages/pulseaudio.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks for the patch, I've pushed this to master now as
4c031bb86f2a82c9e37ce37981abc2779fcd8b68.
Chris
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65863
; Package
guix-patches
.
(Fri, 15 Sep 2023 09:32:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 13 Oct 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.