all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62911] [PATCH] gnu: hydrogen: Update to 1.2.0.
@ 2023-04-17 20:07 Nicolas Goaziou
  2023-04-22 10:07 ` bug#62911: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-17 20:07 UTC (permalink / raw)
  To: 62911

* 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 0a66ece40a..b7822c57bb 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -814,7 +814,7 @@ (define-public dumb-allegro4
 (define-public hydrogen
   (package
     (name "hydrogen")
-    (version "1.1.1")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -823,7 +823,7 @@ (define-public hydrogen
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12mwkglyz88hwb16fb3fahn95janim2mrvnxkzp8pcsw3wybi3dn"))))
+        (base32 "0v4ir1my8zndw5rvz6jr42ysprwycgxrlsc53070y3620n699nha"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "tests"
@@ -849,6 +849,7 @@ (define-public hydrogen
            lrdf
            pulseaudio
            qtbase-5
+           qtsvg-5
            qtxmlpatterns
            zlib))
     (home-page "http://hydrogen-music.org/")

base-commit: 2d06dfc050114dba44e791d8decc8eaa705fee01
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62911: [PATCH] gnu: hydrogen: Update to 1.2.0.
  2023-04-17 20:07 [bug#62911] [PATCH] gnu: hydrogen: Update to 1.2.0 Nicolas Goaziou
@ 2023-04-22 10:07 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-22 10:07 UTC (permalink / raw)
  To: 62911-done

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * gnu/packages/music.scm (hydrogen): Update to 1.2.0.
> [inputs]: Add QTSVG-5.

Applied. Closing.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-22 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 20:07 [bug#62911] [PATCH] gnu: hydrogen: Update to 1.2.0 Nicolas Goaziou
2023-04-22 10:07 ` bug#62911: " Nicolas Goaziou

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.