mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Sonata: Update to 1.7.0.
* gnu/packages/mpd.scm (sonata): Update to 1.7.0.
This commit is contained in:
parent
85e97c9694
commit
b1cb9e67a6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue