[PATCH] gnu: mpv-mpris: Update to 1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • kiasoc5
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)
20230509051759.306000-1-kiasoc5@disroot.org
* gnu/packages/video.scm (mpv-mpris): Update to 1.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 65fd92ea48..0c1ac06008 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2355,7 +2355,7 @@ (define-public gallery-dl
(define-public mpv-mpris
(package
(name "mpv-mpris")
- (version "0.9")
+ (version "1.0")
(source
(origin
(method git-fetch)
@@ -2364,7 +2364,7 @@ (define-public mpv-mpris
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1c7avpzcd3sry3q7g5spcl3ywybpjzl2gjarmnlrp74k4nhbprcm"))))
+ (base32 "1vpx4kzyg4pssn1hql2ci4s9x08sdx2v0kphw4aryywnz04yjhzf"))))
(build-system copy-build-system)
(arguments
'(#:install-plan
--
2.40.1
Efraim Flashner wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 63386-done@debbugs.gnu.org)
ZFy1In9FJ6w+wK/S@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> פלשנר אפרים
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmRctSIACgkQQarn3Mo9
g1GR4A/8DKvKTr5uEfvQxS6yboey8RXDcnYCjSFDTWFT/o0wnpa44q9ENX8ZTP7p
jOgoosxi3cYeVkJ3RPiBNrTABYlE7ZsJ3Qq28lhpIjtx2JtYVmZdGLr/JeOwAoOw
ak715XNIx/a3J3uGISbRwzKVWsZVmZd+9yH3Tx3vhJ/7Jso6tFWUPgoQunF/xiHR
z/I82/WYG8hl5s5j9uoabY50zimewFDvj1wYkNVfCrRr9Vw/1mQVDblR3PIBkYs9
IfwszjmbFyvCypaA2HhdxOQo61YNOLG2/Wwu0qCfRxOyjsB7KqyvvzH2cQMJpRJq
0BCUO+9iRNl5Zv3SnDDOMnaswm6a0fzHqE6bcU1Bc8a2OG7dy0L7E2NLRLwXLQnW
X6YFQ0MNj1bkcIeJrk88JvZAtF7uuC0YSCShhf2tOLyM0Oly4Lh5zrS18k7gPIvh
c+yyrUlLyay+b41VMYN96XkrOC58WkK10kuhyKLFGLaBwRJQ7zu/of1pvkNLSIcT
4cya3PvNCVEGxxLd5saAA+XOySifsV4D9lefkoq/tRDD5IETQImLCryhd3/E+OtU
PH1eapqYIoDqNZvAkV8PNjntZoaaGfwP/FFRry/wLVW+zBjH6oqhXbNTpknJl2Bn
+rx3GojgmzdLHOTAHyMCZi7F8yefoLtBYui4EP/6EczsitMVkS8=
=CiRO
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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