[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: f3d: Update to 2.4.0.
From: |
guix-commits |
Subject: |
08/08: gnu: f3d: Update to 2.4.0. |
Date: |
Fri, 31 May 2024 07:42:44 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit 0c87fe868aa94dcf864b79bb2e0a0c6ec2629050
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Thu May 23 20:11:19 2024 +0300
gnu: f3d: Update to 2.4.0.
* gnu/packages/graphics.scm (f3d): Update to 2.4.0.
[home-page]: Set to "https://f3d.app/" as the old page contains permanent
redirect to it.
Change-Id: Ia574725d31dcb181ced37b2debe24c033cb9094b
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
gnu/packages/graphics.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 6eaebc3a12..f609118c01 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -36,7 +36,7 @@
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 David Thompson <dthompson2@worcester.edu>
;;; Copyright © 2023 Eric Bavier <bavier@posteo.net>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2867,7 +2867,7 @@ desired local properties.")
(define-public f3d
(package
(name "f3d")
- (version "2.2.1")
+ (version "2.4.0")
(source
(origin
(method git-fetch)
@@ -2876,7 +2876,7 @@ desired local properties.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0f076754zsxb4gwk6bxj94iyjj0dfxmmc8w88f55xd6hbm3qdnwd"))
+ (base32 "1vls3jbq8r5ph937a2d1i8dv2zjhjjm9cmfgyap5424z7k5anv40"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -2953,7 +2953,7 @@ desired local properties.")
openexr
vtk
zlib))
- (home-page "https://f3d-app.github.io/f3d/")
+ (home-page "https://f3d.app/")
(synopsis "VTK-based 3D viewer")
(description "F3D (pronounced @samp{/fɛd/}) is a VTK-based 3D viewer with
simple interaction mechanisms and which is fully controllable using arguments
- branch master updated (01de17143c -> 0c87fe868a), guix-commits, 2024/05/31
- 02/08: gnu: conmon: Update to 2.1.12., guix-commits, 2024/05/31
- 04/08: gnu: parallel: Update to 20240522., guix-commits, 2024/05/31
- 07/08: gnu: entr: Update to 5.5., guix-commits, 2024/05/31
- 03/08: gnu: podman: Update to 5.1.0., guix-commits, 2024/05/31
- 01/08: gnu: weechat: Update to 4.3.0., guix-commits, 2024/05/31
- 05/08: gnu: icewm: Update to 3.5.0, guix-commits, 2024/05/31
- 08/08: gnu: f3d: Update to 2.4.0.,
guix-commits <=
- 06/08: gnu: aide: Update to 0.18.8., guix-commits, 2024/05/31