[PATCH] gnu: gallery-dl: Update to 1.27.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 6 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
8e2e8c32ba3460368662701696a5f87379f13f47.1725912707.git.poptsov.artyom@gmail.com
* gnu/packages/video.scm (gallery-dl): Update to 1.27.4.

Change-Id: If56710918cf1606442a5b083c1995a7e9f3c2963
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 40ea5f61a4..ae6d684ada 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2871,7 +2871,7 @@ (define-public jellyfin-mpv-shim
(define-public gallery-dl
(package
(name "gallery-dl")
- (version "1.27.3")
+ (version "1.27.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mikf/gallery-dl"
@@ -2879,7 +2879,7 @@ (define-public gallery-dl
version ".tar.gz"))
(sha256
(base32
- "08j9spy3vzqc8xq5a8cps073qxf46mn9jfsz750p09i2fipfgf90"))))
+ "13qq16fi6zq356qbnwb8a898m7gq20r67j2lmb4g37389yqvkk6v"))))
(build-system python-build-system)
(inputs (list python-requests ffmpeg))
(home-page "https://github.com/mikf/gallery-dl")

base-commit: 590904cca15922e6474fbd3a71af9b3a45b268af
--
2.46.0
jgart wrote 6 months ago
(address . 73156-done@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
87frq8ta04.fsf@dismail.de
Thanks! applied
--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73156@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73156
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help