mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-20 16:15:54 +02:00
gnu: cantata: Update to 3.3.1.
* gnu/packages/mpd.scm (cantata): Update to 3.3.1. Change-Id: I3d3a09d01a5150fa289cb69c099045c28814e3e1 Signed-off-by: Vinicius Monego <monego@posteo.net>
This commit is contained in:
committed by
Vinicius Monego
parent
f45fb68d39
commit
6d4fe27697
@@ -507,7 +507,7 @@ MPRIS 2 support.")
|
||||
(define-public cantata
|
||||
(package
|
||||
(name "cantata")
|
||||
(version "3.3.0")
|
||||
(version "3.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -516,7 +516,7 @@ MPRIS 2 support.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09nskgw9c6jhr647yv9irzjb2zibv1w8bwbpfgz0viibqn81f7bp"))))
|
||||
"0x5bm8s9cl68ybdv37w65kjlxyz40s42ddyf0cv4351vxxiiyng2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No test suite
|
||||
|
||||
Reference in New Issue
Block a user