~ruther/guix-local

8f65343876894d00a22af1c2febc87e46d8ab83c — VnPower 7 months ago ca32d92
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>
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +4 -3
@@ 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")