guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ani-cli: Update to 4.8.


From: guix-commits
Subject: branch master updated: gnu: ani-cli: Update to 4.8.
Date: Fri, 16 Feb 2024 07:19:39 -0500

This is an automated email from the git hooks/post-receive script.

snape pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ec9cb94ba2 gnu: ani-cli: Update to 4.8.
ec9cb94ba2 is described below

commit ec9cb94ba2f57a511dda0c6e173a60d40c85bb75
Author: port19 <port19@port19.xyz>
AuthorDate: Wed Feb 14 19:24:35 2024 +0100

    gnu: ani-cli: Update to 4.8.
    
    * gnu/packages/video.scm (ani-cli): Update to 4.8.
    
    Signed-off-by: Clément Lassieur <clement@lassieur.org>
    Change-Id: I9746550ea989b14f7d2e3fe646daf323e09c8d4f
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 06996097e7..894543d3cc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -218,7 +218,7 @@
 (define-public ani-cli
   (package
     (name "ani-cli")
-    (version "4.6")
+    (version "4.8")
     (source
      (origin
        (method git-fetch)
@@ -227,7 +227,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ni9pzjb5qh87iz7c8252bx79qadr1qx6jnkqvvjcqrchh7q473a"))))
+        (base32 "1xfcn51yyzjc7gr2xzhz2i1i500ad1877dmdadipfdlfcs4l4yxy"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]