;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018, 2019, 2020, 2021 Christopher Baines ;;; Copyright © 2021 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; the Free Software Foundation, either version 3 of the License, or ;;; (at your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu services ci) #:use-module (guix gexp) #:use-module (guix records) #:use-module (gnu packages admin) #:use-module (gnu packages ci) #:use-module (gnu services
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-08-19 20:55:21 +0100
committer宋文武 <iyzsong@member.fsf.org>2023-08-26 11:16:57 +0800
commitc135d9747e3d1735ec4cf202470ba0f353145fea (patch)
treecaead63959f42913c6d9f073232b57dcb19ff53e /gnu/packages/ld-wrapper.in
parent10d492369114c677094abcdfa84180af55b3f489 (diff)
downloadguix-c135d9747e3d1735ec4cf202470ba0f353145fea.tar.gz
guix-c135d9747e3d1735ec4cf202470ba0f353145fea.zip
gnu: mympd: Update to 11.0.4.
* gnu/packages/mpd.scm (mympd): Update to 11.0.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>