[PATCH] gnu: mpdevil: Update to 1.10.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Simon Streit
Owner
unassigned
Submitted by
Simon Streit
Severity
normal

Debbugs page

Simon Streit wrote 2 years ago
(address . guix-patches@gnu.org)(name . Simon Streit)(address . simon@netpanic.org)
20230120210735.18107-1-simon@netpanic.org
* gnu/packages/mpd.scm (mpdevil): Update to 1.10.0. [inputs]: Add
python-pycairo.
---
gnu/packages/mpd.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

Toggle diff (38 lines)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 63163e09dc..32383efcb5 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -547,7 +547,7 @@ (define-public mcg
(define-public mpdevil
(package
(name "mpdevil")
- (version "1.7.0")
+ (version "1.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -555,7 +555,7 @@ (define-public mpdevil
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1va8fqlz8qb68gvacnzmp4asnipi11316n1cv2wb41sml9d7v00j"))))
+ (base32 "04dzxyv176w5sm4j85j7fbh42nk9wsyz5s005kj9cjwsrzrnxlbk"))))
(build-system meson-build-system)
(arguments
(list
@@ -568,7 +568,12 @@ (define-public mpdevil
(wrap-program prog
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
- (inputs (list bash-minimal gtk+ python python-mpd2 python-pygobject))
+ (inputs (list bash-minimal
+ gtk+
+ python
+ python-mpd2
+ python-pycairo
+ python-pygobject))
(native-inputs (list `(,glib "bin")))
(home-page "https://github.com/SoongNoonien/mpdevil")
(synopsis "Music browser for the MPD")
--
2.39.1
Liliana Marie Prikler wrote 2 years ago
ce1406920f16d769a81488b11dcff97233ce333d.camel@gmail.com
Am Freitag, dem 20.01.2023 um 22:07 +0100 schrieb Simon Streit:
Toggle quote (2 lines)
> * gnu/packages/mpd.scm (mpdevil): Update to 1.10.0.  [inputs]: Add
> python-pycairo.
Pushed as-is, but next time please add a line feed before [inputs].

Cheers
Closed
?
Your comment

This issue is archived.

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

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