gnu: mps-youtube: Update to 0.2.8.
* gnu/packages/video.scm (mps-youtube): Update to 0.2.8.master
parent
e7ca985973
commit
c53fa8c83a
|
@ -2193,7 +2193,7 @@ Content System specification.")
|
||||||
(define-public mps-youtube
|
(define-public mps-youtube
|
||||||
(package
|
(package
|
||||||
(name "mps-youtube")
|
(name "mps-youtube")
|
||||||
(version "0.2.7.1")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2202,7 +2202,7 @@ Content System specification.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s7h35yx6f0szf8mm8612ic913w3v05m2kwphjfcxnpq0ammhyci"))))
|
"0x7cmfh199q9j396v7bz81nnvanfllhsg86489i5dw2p3yyc9wnm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests need to be disabled until #556 upstream is fixed. It reads as if the
|
;; Tests need to be disabled until #556 upstream is fixed. It reads as if the
|
||||||
|
|
Reference in New Issue