[PATCH] gnu: mympd: Update to 11.0.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Bruno Victal
Owner
unassigned
Submitted by
Bruno Victal
Severity
normal

Debbugs page

Bruno Victal wrote 2 years ago
(address . guix-patches@gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
9a603ca662b131ce275ad0423ee724ee4606be8a.1692394723.git.mirai@makinata.eu
* gnu/packages/mpd.scm (mympd): Update to 11.0.3.
---
gnu/packages/mpd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index a399c1eab1..15bab55e9e 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -615,7 +615,7 @@ (define-public mpdevil
(define-public mympd
(package
(name "mympd")
- (version "11.0.2")
+ (version "11.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -624,7 +624,7 @@ (define-public mympd
(file-name (git-file-name name version))
(sha256
(base32
- "0n6dyy6znzicm5v9mkcghm3lwi6zwysnpr0drvacqprr0r5l596a"))))
+ "0fbn3x2ry02bfxf4b5541s9v3a3dm2dgrg10zwi2bmhp0253scx4"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: 597af70fd24eb85a85fa8c45008c9cfa241f4d0b
--
2.40.1
Bruno Victal wrote 2 years ago
[PATCH v2] gnu: mympd: Update to 11.0.4.
(address . 65372@debbugs.gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
af65e0c4affd8ac7f3f08ad911a7df5dcf31d8ff.1692474901.git.mirai@makinata.eu
* gnu/packages/mpd.scm (mympd): Update to 11.0.4.
---
gnu/packages/mpd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index a399c1eab1..624febaa2a 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -615,7 +615,7 @@ (define-public mpdevil
(define-public mympd
(package
(name "mympd")
- (version "11.0.2")
+ (version "11.0.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -624,7 +624,7 @@ (define-public mympd
(file-name (git-file-name name version))
(sha256
(base32
- "0n6dyy6znzicm5v9mkcghm3lwi6zwysnpr0drvacqprr0r5l596a"))))
+ "0ki9az71x35548mnl5assb0hgli3bvrbzv0fb5dfli4q5i1z8fmq"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
--
2.40.1
宋文武 wrote 2 years ago
Re: bug#65372: [PATCH] gnu: mympd: Update to 11.0.3.
(name . Bruno Victal)(address . mirai@makinata.eu)(address . 65372-done@debbugs.gnu.org)
87jztijx47.fsf_-_@envs.net
Bruno Victal <mirai@makinata.eu> writes:

Toggle quote (2 lines)
> * gnu/packages/mpd.scm (mympd): Update to 11.0.4.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65372@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65372
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help