mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: f3d: Update to 2.5.1.
* gnu/packages/graphics.scm (f3d): Update to 2.5.1. Change-Id: Ic3fa29fa16c47381bde2d3dcdc2d2a65fb4deb3c
This commit is contained in:
parent
831b94a1ef
commit
7b184f2c64
1 changed files with 2 additions and 2 deletions
|
@ -2977,7 +2977,7 @@ (define-public asli
|
|||
(define-public f3d
|
||||
(package
|
||||
(name "f3d")
|
||||
(version "2.5.0")
|
||||
(version "2.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2986,7 +2986,7 @@ (define-public f3d
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0r5rddnh58hgakh7nkjiz530mcxyc6kzxfsjxkncpw7w7dxjpys3"))
|
||||
(base32 "0hpj9fjkhqsz2ksnywrr24w0ngj3qkzqv5bmi9kyapywizsd2f47"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Reference in a new issue