[PATCH] gnu: mympd: Update to 10.1.6

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • mirai
Owner
unassigned
Submitted by
mirai
Severity
normal
M
M
mirai wrote on 5 Dec 2022 15:13
[PATCH] gnu: mympd: Update to 10.1.4
(address . guix-patches@gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
dfdba6033344f07d44e26a5f5204782a46e2eb00.1670249580.git.mirai@makinata.eu
From: Bruno Victal <mirai@makinata.eu>

* gnu/packages/mpd.scm (mympd): Update to 10.1.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 e0bd7633bc..5409306290 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -581,7 +581,7 @@ (define-public mpdevil
(define-public mympd
(package
(name "mympd")
- (version "10.1.3")
+ (version "10.1.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -590,7 +590,7 @@ (define-public mympd
(file-name (git-file-name name version))
(sha256
(base32
- "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp"))))
+ "0c00ipnk21cvxf5jbjcq2qldv3zz041wd07whm2x4phbdi5xn2gd"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no test target

base-commit: 48329575c87bbee7166eedf10b1699599e67c49d
--
2.38.1
M
[PATCH v2] gnu: mympd: Update to 10.1.6.
(address . 59834@debbugs.gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
a1d7403feb4e4ae248795f4b5c82d5dd9ac6907c.1670679634.git.mirai@makinata.eu
From: Bruno Victal <mirai@makinata.eu>

* gnu/packages/mpd.scm (mympd): Update to 10.1.6.
---
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 e0bd7633bc..68b40ad059 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -581,7 +581,7 @@ (define-public mpdevil
(define-public mympd
(package
(name "mympd")
- (version "10.1.3")
+ (version "10.1.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -590,7 +590,7 @@ (define-public mympd
(file-name (git-file-name name version))
(sha256
(base32
- "16cvjwbyb1m88kmgylp95p82a4xdjikmrw9arl6kvmgcbyw317yp"))))
+ "06i8v8dh2x4lrph9lm56h5yy698y95ic5xrgmyisafvxd239sn0x"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no test target

base-commit: 4473be9858b3575c1b3f2b67c135ac822136dde0
--
2.38.1
M
(no subject)
(name . control)(address . control@debbugs.gnu.org)
a72f5c4d-63a9-3730-5748-2a4b9efb29f0@makinata.eu
# patch v1 was merged shortly before patch v2 sent
reopen 59747
# new release
retitle 59834 [PATCH] gnu: mympd: Update to 10.1.6
quit
?
Re: bug#59834: [PATCH] gnu: mympd: Update to 10.1.6
(address . mirai@makinata.eu)(address . 59834-done@debbugs.gnu.org)
87pmcnj07s.fsf_-_@envs.net
mirai@makinata.eu writes:

Toggle quote (4 lines)
> From: Bruno Victal <mirai@makinata.eu>
>
> * gnu/packages/mpd.scm (mympd): Update to 10.1.6.

Done, thank you!
Closed
?