port19 wrote 1 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
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