From b1cb9e67a60b094b48c05afa992a602251d3feae Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 12 Jan 2021 17:37:01 -0500 Subject: gnu: Sonata: Update to 1.7.0. * gnu/packages/mpd.scm (sonata): Update to 1.7.0. --- gnu/packages/mpd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/mpd.scm') diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 0183dab79c..d81943ed64 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -313,7 +313,7 @@ interface for the Music Player Daemon.") (define-public sonata (package (name "sonata") - (version "1.7b1") + (version "1.7.0") (source (origin (method git-fetch) (uri (git-reference @@ -322,7 +322,7 @@ interface for the Music Player Daemon.") (file-name (git-file-name name version)) (sha256 (base32 - "1npbxlrg6k154qybfd250nq2p96kxdsdkj9wwnp93gljnii3g8wh")))) + "0rl8w7s2asff626clzfvyz987l2k4ml5dg417mqp9v8a962q0v2x")))) (build-system python-build-system) (arguments `(#:modules ((guix build gnu-build-system) -- cgit v1.2.3