diff options
author | Leo Famulari <leo@famulari.name> | 2021-01-12 17:37:01 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-12 17:43:41 -0500 |
commit | b1cb9e67a60b094b48c05afa992a602251d3feae (patch) | |
tree | 7b2496c42b1536a290b77f649f5e905ef933fbba /gnu/packages/mpd.scm | |
parent | 85e97c96941a2bd283faa71fdb390ff05632f254 (diff) |
gnu: Sonata: Update to 1.7.0.
* gnu/packages/mpd.scm (sonata): Update to 1.7.0.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |