diff options
| author | Andrew Wong <wongandj@icloud.com> | 2025-06-10 08:36:08 -0400 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-20 10:02:13 -0300 |
| commit | 6d4fe27697d0a003171d117c5e05f2f24d1b43f3 (patch) | |
| tree | 8191988022d3be59e5df73c0bde2394df2bca583 /gnu/packages/mpd.scm | |
| parent | f45fb68d39ab8a6fc820441a8da3667afb2bcf83 (diff) | |
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>
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 8ec02fcb55c..4afd2dd8f56 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm | |||
| @@ -507,7 +507,7 @@ MPRIS 2 support.") | |||
| 507 | (define-public cantata | 507 | (define-public cantata |
| 508 | (package | 508 | (package |
| 509 | (name "cantata") | 509 | (name "cantata") |
| 510 | (version "3.3.0") | 510 | (version "3.3.1") |
| 511 | (source (origin | 511 | (source (origin |
| 512 | (method git-fetch) | 512 | (method git-fetch) |
| 513 | (uri (git-reference | 513 | (uri (git-reference |
| @@ -516,7 +516,7 @@ MPRIS 2 support.") | |||
| 516 | (file-name (git-file-name name version)) | 516 | (file-name (git-file-name name version)) |
| 517 | (sha256 | 517 | (sha256 |
| 518 | (base32 | 518 | (base32 |
| 519 | "09nskgw9c6jhr647yv9irzjb2zibv1w8bwbpfgz0viibqn81f7bp")))) | 519 | "0x5bm8s9cl68ybdv37w65kjlxyz40s42ddyf0cv4351vxxiiyng2")))) |
| 520 | (build-system cmake-build-system) | 520 | (build-system cmake-build-system) |
| 521 | (arguments | 521 | (arguments |
| 522 | `(#:tests? #f)) ; No test suite | 522 | `(#:tests? #f)) ; No test suite |
