This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9e27672091 gnu: opustags: Update to 1.10.1.
9e27672091 is described below

commit 9e27672091b4a8ff83e783474ffcbe4478f91ac9
Author: kiasoc5 <[email protected]>
AuthorDate: Wed May 28 23:35:23 2025 -0400

    gnu: opustags: Update to 1.10.1.
    
    * gnu/packages/music.scm (opustags): Update to 1.10.1.
    
    Change-Id: I2ad8094d6d52cceb63edf4e3318a33e9d9440c89
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 827306b995..34fbcf58ad 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -7927,14 +7927,14 @@ midi devices to JACK midi devices.")
 (define-public opustags
   (package
     (name "opustags")
-    (version "1.9.0")
+    (version "1.10.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/fmang/opustags";)
                     (commit version)))
               (sha256
-               (base32 "1f1bj0ng89plivdwpjc8qkfy8nn1kw5gqnbc74scigz7mw9z443i"))
+               (base32 "13ibqmp37hvm1k17zqi81r8ya727b5f56wg4a8bnqp0qaghkwnnj"))
               (file-name (git-file-name name version))))
     (arguments
      (list

Reply via email to