summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJai Vetrivelan <jaivetrivelan@gmail.com>2022-02-16 06:36:23 +0530
committerLeo Famulari <leo@famulari.name>2022-02-16 11:09:28 -0500
commite93c3d441453a72f9e6223e65c24779a117a90b1 (patch)
tree25816fba12a88be2eda2be81707454e6448ff011
parent244cbff8954f50738f58271c9143fba890a6a520 (diff)
downloadguix-patches-e93c3d441453a72f9e6223e65c24779a117a90b1.tar
guix-patches-e93c3d441453a72f9e6223e65c24779a117a90b1.tar.gz
gnu: gallery-dl: Update to 1.20.5.
* gnu/packages/video.scm (gallery-dl): Update to 1.20.5. Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b0c5e5be1f..e430cf1545 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2263,7 +2263,7 @@ the last played position, etc.")
(define-public gallery-dl
(package
(name "gallery-dl")
- (version "1.20.3")
+ (version "1.20.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mikf/gallery-dl"
@@ -2271,7 +2271,7 @@ the last played position, etc.")
version ".tar.gz"))
(sha256
(base32
- "0mh57fbq9xkkhqiy7cq5ahwjp464hgxmkrvq0pxxr85212yrf7bd"))))
+ "0149hd4nh7bk2yqjdnvrkvag5mwgsb6gxrgfcd88q4cv3k2ji42h"))))
(build-system python-build-system)
(inputs (list python-requests ffmpeg))
(home-page "https://github.com/mikf/gallery-dl")