[PATCH] gnu: mpdevil: Update to 1.10.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Nicolas Goaziou
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230413032827.67512-1-kiasoc5@disroot.org
* gnu/packages/mpd.scm (mpdevil): Update to 1.10.2.
---
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 ef45511546..b9b3ecc87e 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -561,7 +561,7 @@ (define-public mcg
(define-public mpdevil
(package
(name "mpdevil")
- (version "1.10.0")
+ (version "1.10.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -569,7 +569,7 @@ (define-public mpdevil
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "04dzxyv176w5sm4j85j7fbh42nk9wsyz5s005kj9cjwsrzrnxlbk"))))
+ (base32 "0ghmw3xiz567qd1iv1ggkv6zl1jb5d40mz27npk2zvlpikmqpc6c"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 60c97c60a53686ec321eb541b85e01b6decc2014
--
2.40.0
Nicolas Goaziou wrote 2 years ago
(name . kiasoc5 via Guix-patches via)(address . guix-patches@gnu.org)
87h6t94nfj.fsf@nicolasgoaziou.fr
Hello,

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

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

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