diff options
author | Yovan Naumovski <yovan@gorski.stream> | 2023-04-05 23:15:08 +0300 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:29:25 -0400 |
commit | 0f3e9c52f390efe77ae1e6835775524249b344d9 (patch) | |
tree | c14339956d65539adf0ae1c684bf63e82d7c6e6a /gnu/packages/video.scm | |
parent | 19799efe4f6d8c1fe0f8b94a98ac1d1eb3c2f0e9 (diff) | |
download | guix-0f3e9c52f390efe77ae1e6835775524249b344d9.tar.gz |
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>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e493888bd9..8013d41fa0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2325,7 +2325,7 @@ the last played position, etc.") (define-public gallery-dl (package (name "gallery-dl") - (version "1.23.0") + (version "1.25.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/mikf/gallery-dl" @@ -2333,7 +2333,7 @@ the last played position, etc.") version ".tar.gz")) (sha256 (base32 - "12rhzf8cwsvlg0vxzydgc7x04gmccxkjk8ghb5s8lk0gjp7ysqkh")))) + "1zhcd5qnnlmr0qp72rj4bfw0lz4gz1bl65wfn7w21c2xr36nbkxs")))) (build-system python-build-system) (inputs (list python-requests ffmpeg)) (home-page "https://github.com/mikf/gallery-dl") |