guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opustags: Update to 1.9.0.


From: guix-commits
Subject: branch master updated: gnu: opustags: Update to 1.9.0.
Date: Mon, 10 Jul 2023 13:53:30 -0400

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

lfam pushed a commit to branch master
in repository guix.

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

commit 4a508a628ffcd5163651c82d5776496298eb275f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jul 8 14:55:19 2023 -0400

    gnu: opustags: Update to 1.9.0.
    
    * gnu/packages/music.scm (opustags): Update to 1.9.0.
    [native-inputs]: Add perl-test-deep.
    [arguments]: Adjust accordingly.
---
 gnu/packages/music.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a31b128921..4f0a2d9d1f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -7048,14 +7048,14 @@ midi devices to JACK midi devices.")
 (define-public opustags
   (package
     (name "opustags")
-    (version "1.6.0")
+    (version "1.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/fmang/opustags";)
                     (commit version)))
               (sha256
-               (base32 "1wsfw713rhi2gg5xc04cx5i31hlw0l3wdflj3r1y8w45bdk6ag1z"))
+               (base32 "1f1bj0ng89plivdwpjc8qkfy8nn1kw5gqnbc74scigz7mw9z443i"))
               (file-name (git-file-name name version))))
     (arguments
      (list
@@ -7072,10 +7072,15 @@ midi devices to JACK midi devices.")
                                      #$(package-version perl)))
                     (perl-exporter-tiny-lib
                       (string-append #$(this-package-native-input 
"perl-exporter-tiny")
+                                     "/lib/perl5/site_perl/"
+                                     #$(package-version perl)))
+                    (perl-test-deep-lib
+                      (string-append #$(this-package-native-input 
"perl-test-deep")
                                      "/lib/perl5/site_perl/"
                                      #$(package-version perl))))
                (setenv "PERL5LIB" (string-append perl-list-moreutils-lib ":"
-                                                 perl-exporter-tiny-lib))))))))
+                                                 perl-exporter-tiny-lib ":"
+                                                 perl-test-deep-lib))))))))
     (build-system cmake-build-system)
     (inputs
       (list libogg))
@@ -7084,6 +7089,7 @@ midi devices to JACK midi devices.")
             ffmpeg
             perl-exporter-tiny
             perl-list-moreutils
+            perl-test-deep
             perl-test-harness))
     (synopsis "Ogg Opus tags editor")
     (description "@code{opustags} is an Ogg Opus tag editor.  It reads and 
edits



reply via email to

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