me
/
guix
Archived
1
0
Fork 0

gnu: gallery-dl: Update to 1.25.1.

* gnu/packages/video.scm (gallery-dl): Update to 1.25.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Yovan Naumovski 2023-04-05 23:15:08 +03:00 committed by Nicolas Goaziou
parent dadb11c85d
commit 226e7e0437
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2334,7 +2334,7 @@ the last played position, etc.")
(define-public gallery-dl (define-public gallery-dl
(package (package
(name "gallery-dl") (name "gallery-dl")
(version "1.23.0") (version "1.25.1")
(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"
@ -2342,7 +2342,7 @@ the last played position, etc.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"12rhzf8cwsvlg0vxzydgc7x04gmccxkjk8ghb5s8lk0gjp7ysqkh")))) "1zhcd5qnnlmr0qp72rj4bfw0lz4gz1bl65wfn7w21c2xr36nbkxs"))))
(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")