[PATCH] gnu: ani-cli: Update to 4.7.

  • Open
  • quality assurance status badge
Details
One participant
  • Jaeme Sifat
Owner
unassigned
Submitted by
Jaeme Sifat
Severity
normal
J
J
Jaeme Sifat wrote on 11 Dec 2023 05:07
(address . guix-patches@gnu.org)(name . Jaeme Sifat)(address . jaeme@runbox.com)
4a72a7de785f1abc1c74ae3bb46682a80e52aa99.1702267671.git.jaeme@runbox.com
* gnu/packages/video.scm (ani-cli): Update to 4.7.

Change-Id: I02148843b54daed5d4b603603449583383063c34
---
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 270bb9b4fe..05a6cc9530 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -216,7 +216,7 @@ (define-module (gnu packages video)
(define-public ani-cli
(package
(name "ani-cli")
- (version "4.6")
+ (version "4.7")
(source
(origin
(method git-fetch)
@@ -225,7 +225,7 @@ (define-public ani-cli
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ni9pzjb5qh87iz7c8252bx79qadr1qx6jnkqvvjcqrchh7q473a"))))
+ (base32 "1q40vb1kh9vmgixhmsy24j115cza10iqmybx84lfjrn3m8f1npif"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 65334547674bdaeb75eb37ffbe23ba6f9fd486b1
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

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

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