mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gallery-dl: Update to 1.27.0.
* gnu/packages/video.scm (gallery-dl): Update to 1.27.0. Change-Id: I4db3b9e65466416795f874094d04e27ef4a93d12 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
a4ea63f031
commit
612e4dd98f
1 changed files with 2 additions and 2 deletions
|
@ -2837,7 +2837,7 @@ (define-public jellyfin-mpv-shim
|
||||||
(define-public gallery-dl
|
(define-public gallery-dl
|
||||||
(package
|
(package
|
||||||
(name "gallery-dl")
|
(name "gallery-dl")
|
||||||
(version "1.25.8")
|
(version "1.27.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/mikf/gallery-dl"
|
(uri (string-append "https://github.com/mikf/gallery-dl"
|
||||||
|
@ -2845,7 +2845,7 @@ (define-public gallery-dl
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dshv4j2gmvd2grwcvp1vsrqsji05r13jvw0cqi9srl66kvqbbga"))))
|
"17gkrz5cw2lfi12x3snzsmxvfk5373klkny1ny9070wp6qgadj6c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs (list python-requests ffmpeg))
|
(inputs (list python-requests ffmpeg))
|
||||||
(home-page "https://github.com/mikf/gallery-dl")
|
(home-page "https://github.com/mikf/gallery-dl")
|
||||||
|
|
Loading…
Reference in a new issue