emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#65863: closed ([PATCH] gnu: pasystray: Update to 0.8.2.)


From: GNU bug Tracking System
Subject: bug#65863: closed ([PATCH] gnu: pasystray: Update to 0.8.2.)
Date: Fri, 15 Sep 2023 09:31:01 +0000

Your message dated Fri, 15 Sep 2023 10:30:01 +0100
with message-id <87y1h7rdfb.fsf@cbaines.net>
and subject line Re: [bug#65863] [PATCH] gnu: pasystray: Update to 0.8.2.
has caused the debbugs.gnu.org bug report #65863,
regarding [PATCH] gnu: pasystray: Update to 0.8.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65863: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65863
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: pasystray: Update to 0.8.2. Date: Mon, 11 Sep 2023 12:06:48 +0300
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#65863] [PATCH] gnu: pasystray: Update to 0.8.2. Date: Fri, 15 Sep 2023 10:30:01 +0100 User-agent: mu4e 1.10.5; emacs 28.2
Jussi Timperi <jussi.timperi@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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