mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
f45fb68d39
commit
6d4fe27697
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue