mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: gallery-dl: Update to 1.28.2.
* gnu/packages/video.scm (gallery-dl): Update to 1.28.2. Change-Id: I8a61f5e3e0e33a3918c1d57a5615cedf21ecabc0
This commit is contained in:
parent
7b184f2c64
commit
3990180394
1 changed files with 2 additions and 2 deletions
|
@ -2878,7 +2878,7 @@ (define-public jellyfin-mpv-shim
|
|||
(define-public gallery-dl
|
||||
(package
|
||||
(name "gallery-dl")
|
||||
(version "1.27.4")
|
||||
(version "1.28.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mikf/gallery-dl"
|
||||
|
@ -2886,7 +2886,7 @@ (define-public gallery-dl
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13qq16fi6zq356qbnwb8a898m7gq20r67j2lmb4g37389yqvkk6v"))))
|
||||
"0j4hxp1lbcxgg34ilzhcpxvswgnvvrlk66pn3w9ksv5g8jdz7rpi"))))
|
||||
(build-system python-build-system)
|
||||
(inputs (list python-requests ffmpeg))
|
||||
(home-page "https://github.com/mikf/gallery-dl")
|
||||
|
|
Loading…
Reference in a new issue