gnu: youtube-dl-gui: Update to 4.0.
This new version requires gettext and twodict. * gnu/packages/video.scm (youtube-dl-gui)[version]: Update to 4.0. [native-inputs]: Add gettext-minimal. [inputs]: Add python2-twodict.master
parent
5c8369d6c1
commit
43b87b4a05
|
@ -2284,14 +2284,14 @@ YouTube.com and many more sites.")
|
||||||
(define-public youtube-dl-gui
|
(define-public youtube-dl-gui
|
||||||
(package
|
(package
|
||||||
(name "youtube-dl-gui")
|
(name "youtube-dl-gui")
|
||||||
(version "0.3.8")
|
(version "0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Youtube-DLG" version))
|
(uri (pypi-uri "Youtube-DLG" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0napxwzgls5ik1bxbp99vly32l23xpc4ng5kr24hfhf21ypjyadb"))))
|
"1bvq2wyn6az59vpdy04dh68fs8m2qzz948xhphibbcpwpcdk00cd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; In Guix, wxpython has not yet been packaged for Python 3.
|
;; In Guix, wxpython has not yet been packaged for Python 3.
|
||||||
|
@ -2365,8 +2365,11 @@ YouTube.com and many more sites.")
|
||||||
Type=Application~@
|
Type=Application~@
|
||||||
Categories=AudioVideo;Audio;Video;Network~%")))
|
Categories=AudioVideo;Audio;Video;Network~%")))
|
||||||
#t))))))
|
#t))))))
|
||||||
|
(native-inputs
|
||||||
|
`(("gettext-minimal" ,gettext-minimal)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python2-wxpython" ,python2-wxpython)
|
`(("python2-twodict" ,python2-twodict)
|
||||||
|
("python2-wxpython" ,python2-wxpython)
|
||||||
("youtube-dl" ,youtube-dl)))
|
("youtube-dl" ,youtube-dl)))
|
||||||
(home-page "https://github.com/MrS0m30n3/youtube-dl-gui")
|
(home-page "https://github.com/MrS0m30n3/youtube-dl-gui")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in New Issue