all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jussi Timperi <jussi.timperi@iki.fi>
To: 65863@debbugs.gnu.org
Cc: Jussi Timperi <jussi.timperi@iki.fi>
Subject: [bug#65863] [PATCH] gnu: pasystray: Update to 0.8.2.
Date: Mon, 11 Sep 2023 12:06:48 +0300	[thread overview]
Message-ID: <4f4f86aa7a9e1af49a6435f2b800f52d4a0aae28.1694385326.git.jussi.timperi@iki.fi> (raw)

* 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	other threads:[~2023-09-11  9:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-11  9:06 Jussi Timperi [this message]
2023-09-15  9:30 ` bug#65863: [PATCH] gnu: pasystray: Update to 0.8.2 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4f4f86aa7a9e1af49a6435f2b800f52d4a0aae28.1694385326.git.jussi.timperi@iki.fi \
    --to=jussi.timperi@iki.fi \
    --cc=65863@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.