guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: hydrogen: Update to 1.2.0.


From: guix-commits
Subject: 06/11: gnu: hydrogen: Update to 1.2.0.
Date: Sat, 22 Apr 2023 06:01:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b4ceb814409261f14edac97a6177dd0ecaa55d1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Apr 17 22:07:30 2023 +0200

    gnu: hydrogen: Update to 1.2.0.
    
    * gnu/packages/music.scm (hydrogen): Update to 1.2.0.
    [inputs]: Add QTSVG-5.
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 815327de05..b5690f3ad9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -815,7 +815,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
 (define-public hydrogen
   (package
     (name "hydrogen")
-    (version "1.1.1")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -824,7 +824,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12mwkglyz88hwb16fb3fahn95janim2mrvnxkzp8pcsw3wybi3dn"))))
+        (base32 "0v4ir1my8zndw5rvz6jr42ysprwycgxrlsc53070y3620n699nha"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "tests"
@@ -850,6 +850,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
            lrdf
            pulseaudio
            qtbase-5
+           qtsvg-5
            qtxmlpatterns
            zlib))
     (home-page "http://hydrogen-music.org/";)



reply via email to

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