all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28457] [PATCH] gnu: mpv: Update to 0.27.0.
@ 2017-09-14  8:27 R H
  2017-09-14 11:47 ` bug#28457: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: R H @ 2017-09-14  8:27 UTC (permalink / raw)
  To: 28457


[-- Attachment #1.1: Type: text/plain, Size: 63 bytes --]

Hey Guix, 

Here's a patch to update mpv to the latest version.

[-- Attachment #1.2: Type: text/html, Size: 256 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-mpv-Update-to-0.27.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-mpv-Update-to-0.27.0.patch, Size: 993 bytes --]

* gnu/packages/video.scm (mpv): Update to 0.27.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9c22ab585..4ebe47912 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -970,7 +970,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.26.0")
+    (version "0.27.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -978,7 +978,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
                     ".tar.gz"))
               (sha256
                (base32
-                "0ihvnwrp24jjf43k1hvy8n8w4ipl4z7apjppd4i0y9jzilsyzwys"))
+                "1754371fkva8aqxgbm50jxyvij7mnysq0538bf6zghbmigqqn79l"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system waf-build-system)
     (native-inputs
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28457: [PATCH] gnu: mpv: Update to 0.27.0.
  2017-09-14  8:27 [bug#28457] [PATCH] gnu: mpv: Update to 0.27.0 R H
@ 2017-09-14 11:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-14 11:47 UTC (permalink / raw)
  To: R H; +Cc: 28457-done

Hello,

R H <rhelling@mykolab.com> skribis:

> Hey Guix, 
>
> Here's a patch to update mpv to the latest version.
> * gnu/packages/video.scm (mpv): Update to 0.27.0.

Applied, thank you!

In the future, please make sure to send a patch created with ‘git
format-patch’ (this one lacked the “Subject” and “From” lines, for
instance.)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-14 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14  8:27 [bug#28457] [PATCH] gnu: mpv: Update to 0.27.0 R H
2017-09-14 11:47 ` bug#28457: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.