[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Sonata: Update to 1.7.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Sonata: Update to 1.7.0. |
Date: |
Tue, 12 Jan 2021 17:43:56 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b1cb9e6 gnu: Sonata: Update to 1.7.0.
b1cb9e6 is described below
commit b1cb9e67a60b094b48c05afa992a602251d3feae
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jan 12 17:37:01 2021 -0500
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(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 0183dab..d81943e 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Sonata: Update to 1.7.0.,
guix-commits <=