[PATCH] gnu: volctl: Update to 0.9.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Sergiu Ivanov
Owner
unassigned
Submitted by
Sergiu Ivanov
Severity
normal

Debbugs page

Sergiu Ivanov wrote 9 months ago
(address . guix-patches@gnu.org)
87cyp339m6.fsf@colimite.fr
Dear Guix,

Here's a patch bumping the version on volctl.

Thanks!

-
Sergiu
From 657f0819c8f442b637bcb35338cd04227934754c Mon Sep 17 00:00:00 2001
Message-ID: <657f0819c8f442b637bcb35338cd04227934754c.1717062533.git.sivanov@colimite.fr>
From: Sergiu Ivanov <sivanov@colimite.fr>
Date: Wed, 29 May 2024 19:29:42 +0100
Subject: [PATCH] gnu: volctl: Update to 0.9.4.

* gnu/packages/gtk.scm (volctl): Update to 0.9.4.

Change-Id: I70e85592405d574b692398e6d71d235219fb6fe9
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fdf1fd9251..2eec33c535 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2881,7 +2881,7 @@ (define-public gtkdatabox
(define-public volctl
(package
(name "volctl")
- (version "0.9.3")
+ (version "0.9.4")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/buzz/volctl")
@@ -2889,7 +2889,7 @@ (define-public volctl
(file-name (git-file-name name version))
(sha256
(base32
- "0fz80w3ywq54jn4v31frfdj01s5g9lz6v9cd7hpg3kirca0zisln"))))
+ "0anrwz8rvbliskmcgpw2zabgjj5c72hpi7cf0jg05vvmlpnbsd4g"))))
(build-system python-build-system)
(arguments
`(#:phases

base-commit: 6f72ad465c1e2df965e8d73b209497b4ef456527
prerequisite-patch-id: c1cbeea8a65a816595133d774cb151af8aa3a7b4
--
2.41.0
Maxim Cournoyer wrote 9 months ago
(name . Sergiu Ivanov)(address . sivanov@colimite.fr)(address . 71276-done@debbugs.gnu.org)
8734p36oih.fsf@gmail.com
Hello,

Sergiu Ivanov <sivanov@colimite.fr> writes:

Toggle quote (4 lines)
> Dear Guix,
>
> Here's a patch bumping the version on volctl.

Applied :-).

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71276@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71276
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help