guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: hydrogen: Update to 1.2.3.


From: guix-commits
Subject: 02/08: gnu: hydrogen: Update to 1.2.3.
Date: Sun, 17 Mar 2024 09:19:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 361b0cfd5ef914de879e5b4a7b3dc2902bd6a74b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 09:04:48 2024 +0100

    gnu: hydrogen: Update to 1.2.3.
    
    * gnu/packages/music.scm (hydrogen): Update to 1.2.3.
    
    Change-Id: Ibd6651a7dbfb61f1dd0cc0c436a5a9cff0fb559a
---
 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 5d8edd9c49..61d5c805b4 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -867,7 +867,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
 (define-public hydrogen
   (package
     (name "hydrogen")
-    (version "1.2.0")
+    (version "1.2.3")
     (source
      (origin
        (method git-fetch)
@@ -876,7 +876,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0v4ir1my8zndw5rvz6jr42ysprwycgxrlsc53070y3620n699nha"))))
+        (base32 "0qb16yn3igs95silvngwy5mjwlzsyz5axwbd3lz6pjhwbf81rn7d"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "tests"



reply via email to

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