all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65863] [PATCH] gnu: pasystray: Update to 0.8.2.
@ 2023-09-11  9:06 Jussi Timperi
  2023-09-15  9:30 ` bug#65863: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Jussi Timperi @ 2023-09-11  9:06 UTC (permalink / raw)
  To: 65863; +Cc: Jussi Timperi

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65863: [PATCH] gnu: pasystray: Update to 0.8.2.
  2023-09-11  9:06 [bug#65863] [PATCH] gnu: pasystray: Update to 0.8.2 Jussi Timperi
@ 2023-09-15  9:30 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-15  9:30 UTC (permalink / raw)
  To: Jussi Timperi; +Cc: 65863-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-15  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11  9:06 [bug#65863] [PATCH] gnu: pasystray: Update to 0.8.2 Jussi Timperi
2023-09-15  9:30 ` bug#65863: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.