summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-09-13 19:58:03 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2022-09-14 11:03:20 +0200
commit8a5832390899b93593daacea9ff1c8379ba837a3 (patch)
tree8c540c0f4893bab6fc2078359b991f4d00d429b1 /gnu
parentfa4fffbd08890c5a66096b712380b9737aeb1a93 (diff)
downloadguix-8a5832390899b93593daacea9ff1c8379ba837a3.tar.gz
gnu: gallery-dl: Update to 1.23.0.
* gnu/packages/video.scm (gallery-dl): Update to 1.23.0.
Diffstat (limited to 'gnu')
-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 ad74f92571..d2cef3c913 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2292,7 +2292,7 @@ the last played position, etc.")
 (define-public gallery-dl
   (package
     (name "gallery-dl")
-    (version "1.20.5")
+    (version "1.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mikf/gallery-dl"
@@ -2300,7 +2300,7 @@ the last played position, etc.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0149hd4nh7bk2yqjdnvrkvag5mwgsb6gxrgfcd88q4cv3k2ji42h"))))
+                "12rhzf8cwsvlg0vxzydgc7x04gmccxkjk8ghb5s8lk0gjp7ysqkh"))))
     (build-system python-build-system)
     (inputs (list python-requests ffmpeg))
     (home-page "https://github.com/mikf/gallery-dl")