summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorVnPower <vnpower@loang.net>2025-10-02 20:17:31 +0700
committerGuillaume Le Vaillant <glv@posteo.net>2025-10-04 11:22:29 +0200
commit8f65343876894d00a22af1c2febc87e46d8ab83c (patch)
treef98285bcb39f2959f93ce23e2aac07d0e189b1fa /gnu/packages/video.scm
parentca32d92c3207b308b0f08e729b277192b9c225d8 (diff)
gnu: gallery-dl: Update to 1.30.8.
* gnu/packages/video.scm (gallery-dl): Update to 1.30.8. [native-inputs]: Add nss-certs-for-test. Fixes: guix/guix#3221 Change-Id: I77ade9d473463fa4659be58a7a03cdeb8ded8af3 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e58ce07d638..69edf9422f9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2895,7 +2895,7 @@ Jellyfin. It has support for various media files without transcoding.")
(define-public gallery-dl
(package
(name "gallery-dl")
- (version "1.30.2")
+ (version "1.30.8")
(source
(origin
(method git-fetch)
@@ -2904,13 +2904,14 @@ Jellyfin. It has support for various media files without transcoding.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "15sgvk81s61v4yzzv1s5ksr4z77qhmv7ynyn34zrx5x41g72hgpz"))))
+ (base32 "1hl1nyaah4l03kg4q382jqdznmlywzwnb4dj71qd40mh6895zswd"))))
(build-system pyproject-build-system)
(arguments
(list
;; XXX: A lot of those require network.
#:test-flags #~(list "--ignore=test/test_results.py")))
- (native-inputs (list python-pytest python-setuptools python-wheel))
+ (native-inputs
+ (list python-pytest python-setuptools python-wheel nss-certs-for-test))
(inputs (list python-requests ffmpeg))
(home-page "https://github.com/mikf/gallery-dl")
(synopsis "Command-line program to download images from several sites")