mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: f3d: Update to 2.5.0.
* gnu/packages/graphics.scm (f3d): Update to 2.5.0. Change-Id: Ibd6fd3238dd07b8d52842cda4532ec7c084d1f9e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
d3f695be20
commit
d28006c92d
1 changed files with 2 additions and 2 deletions
|
@ -2930,7 +2930,7 @@ desired local properties.")
|
||||||
(define-public f3d
|
(define-public f3d
|
||||||
(package
|
(package
|
||||||
(name "f3d")
|
(name "f3d")
|
||||||
(version "2.4.0")
|
(version "2.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2939,7 +2939,7 @@ desired local properties.")
|
||||||
(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 "1vls3jbq8r5ph937a2d1i8dv2zjhjjm9cmfgyap5424z7k5anv40"))
|
(base32 "0r5rddnh58hgakh7nkjiz530mcxyc6kzxfsjxkncpw7w7dxjpys3"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue