[PATCH] gnu: mympd: Update to 10.1.3

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • mirai
Owner
unassigned
Submitted by
mirai
Severity
normal
M
(address . guix-patches@gnu.org)(name . Bruno Victal)(address . mirai@makinata.eu)
2a1686eea21e8cc7fe4451665083813c2e6c245a.1669598795.git.mirai@makinata.eu
From: Bruno Victal <mirai@makinata.eu>

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

base-commit: 3f56148055c72252f2f4b2fe60fb8a4ea4c94aa7
--
2.38.1
?
(address . mirai@makinata.eu)(address . 59645-done@debbugs.gnu.org)
87edtneimw.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.3.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 59645
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