mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
This commit is contained in:
parent
67960be52e
commit
ec9cb94ba2
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ (define-module (gnu packages video)
|
||||||
(define-public ani-cli
|
(define-public ani-cli
|
||||||
(package
|
(package
|
||||||
(name "ani-cli")
|
(name "ani-cli")
|
||||||
(version "4.6")
|
(version "4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -227,7 +227,7 @@ (define-public ani-cli
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ni9pzjb5qh87iz7c8252bx79qadr1qx6jnkqvvjcqrchh7q473a"))))
|
(base32 "1xfcn51yyzjc7gr2xzhz2i1i500ad1877dmdadipfdlfcs4l4yxy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue