diff options
| author | Bruno Victal <mirai@makinata.eu> | 2022-11-28 01:27:00 +0000 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 13:45:27 +0800 |
| commit | 59bdfbb196bf4805201d411ac7eb7b619cd7e29b (patch) | |
| tree | 68232f644c0d795430139720c4e49124250c4c4e | |
| parent | 6cba399c04044bcd74619b79d8de5134d05815e9 (diff) | |
gnu: mympd: Update to 10.1.3
* gnu/packages/mpd.scm (mympd): Update to 10.1.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| -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 cd37d4682cb..e0bd7633bcc 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm | |||
| @@ -581,7 +581,7 @@ mpdevil loads all tags and covers on demand.") | |||
| 581 | (define-public mympd | 581 | (define-public mympd |
| 582 | (package | 582 | (package |
| 583 | (name "mympd") | 583 | (name "mympd") |
| 584 | (version "10.1.2") | 584 | (version "10.1.3") |
| 585 | (source (origin | 585 | (source (origin |
| 586 | (method git-fetch) | 586 | (method git-fetch) |
| 587 | (uri (git-reference | 587 | (uri (git-reference |
| @@ -590,7 +590,7 @@ mpdevil loads all tags and covers on demand.") | |||
| 590 | (file-name (git-file-name name version)) | 590 | (file-name (git-file-name name version)) |
| 591 | (sha256 | 591 | (sha256 |
| 592 | (base32 | 592 | (base32 |
| 593 | "1cqq09j7mi7dz5y6l7i0sa6vi2n5zrndnrxnqsi4vcg99fc2vwv8")))) | 593 | "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp")))) |
| 594 | (build-system cmake-build-system) | 594 | (build-system cmake-build-system) |
| 595 | (arguments | 595 | (arguments |
| 596 | (list #:tests? #f)) ; no test target | 596 | (list #:tests? #f)) ; no test target |
