[PATCH] gnu: ani-cli: Update to 4.8

  • Done
  • quality assurance status badge
Details
2 participants
  • Clément Lassieur
  • port19
Owner
unassigned
Submitted by
port19
Severity
normal

Debbugs page

port19 wrote 1 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
mlGVawbFi8bkwsJ5ngSMYOPqMDZEEa9HxmUmtpTAX0NlBr8CDK0UgUl6-tw4EW13vagnUs_sDpnHnWLeZCKn4P1EM_wlNRJE7YZt-K5knyQ=@port19.xyz
See patch file attached.

Greetings from upstream,
port19
From 97180a79994edea2ebb42887c2468117537bdc6e Mon Sep 17 00:00:00 2001
From: port19 <port19@port19.xyz>
Date: Wed, 14 Feb 2024 19:24:35 +0100
Subject: [PATCH] gnu: ani-cli: Update to 4.8

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

Toggle diff (24 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1123fd0a44..c61c9effbe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -218,7 +218,7 @@ (define-module (gnu packages video)
(define-public ani-cli
(package
(name "ani-cli")
- (version "4.6")
+ (version "4.8")
(source
(origin
(method git-fetch)
@@ -227,7 +227,7 @@ (define-public ani-cli
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ni9pzjb5qh87iz7c8252bx79qadr1qx6jnkqvvjcqrchh7q473a"))))
+ (base32 "1xfcn51yyzjc7gr2xzhz2i1i500ad1877dmdadipfdlfcs4l4yxy"))))
(build-system gnu-build-system)
(arguments
(list
--
2.43.1
Clément Lassieur wrote 1 years ago
(name . port19)(address . port19@port19.xyz)(address . 69139-done@debbugs.gnu.org)
87il2olhw4.fsf@lassieur.org
On Wed, Feb 14 2024, port19 wrote:

Toggle quote (5 lines)
> See patch file attached.
>
> Greetings from upstream,
> port19

Pushed with small changes to the commit message. Thanks
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69139
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