guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: hydrogen: Update to 1.1.1.


From: guix-commits
Subject: 02/03: gnu: hydrogen: Update to 1.1.1.
Date: Tue, 11 Jan 2022 00:29:37 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 8bf84d4fc60533227d550b9f6f864d2f178d57db
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Jan 11 04:16:40 2022 +0100

    gnu: hydrogen: Update to 1.1.1.
    
    * gnu/packages/music.scm (hydrogen): Update to 1.1.1.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 3d9048e70a..efa5f464d8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -734,7 +734,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
 (define-public hydrogen
   (package
     (name "hydrogen")
-    (version "1.0.2")
+    (version "1.1.1")
     (source
      (origin
        (method git-fetch)
@@ -743,7 +743,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nhn2njs8yyxcijxv5zgymf3211y6anzm0v9kn4vnd8kai7zwxxp"))))
+        (base32 "12mwkglyz88hwb16fb3fahn95janim2mrvnxkzp8pcsw3wybi3dn"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "tests"



reply via email to

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