guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: hydrogen: Update to 1.0.2.


From: guix-commits
Subject: branch master updated: gnu: hydrogen: Update to 1.0.2.
Date: Mon, 12 Apr 2021 10:25:20 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7b04bda  gnu: hydrogen: Update to 1.0.2.
7b04bda is described below

commit 7b04bdaba8edc5faefb5902b55979698282ee1e9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Apr 12 16:06:51 2021 +0200

    gnu: hydrogen: Update to 1.0.2.
    
    * gnu/packages/music.scm (hydrogen): Update to 1.0.2.
---
 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 89a8a56..2b5f43c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -716,7 +716,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
 (define-public hydrogen
   (package
     (name "hydrogen")
-    (version "1.0.1")
+    (version "1.0.2")
     (source
      (origin
        (method git-fetch)
@@ -725,7 +725,7 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0snljpvbcgikhz610c325dgvayi0k512p3bglck9vvi90wsqx7l1"))))
+        (base32 "0nhn2njs8yyxcijxv5zgymf3211y6anzm0v9kn4vnd8kai7zwxxp"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "tests"



reply via email to

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