mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: fet: Update to 6.7.1.
* gnu/packages/education.scm (fet): Update to 6.7.1.
This commit is contained in:
parent
fb35b7cedd
commit
733fba28df
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ (define-public openboard
|
|||
(define-public fet
|
||||
(package
|
||||
(name "fet")
|
||||
(version "6.7.0")
|
||||
(version "6.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -591,7 +591,7 @@ (define-public fet
|
|||
(list (string-append directory base)
|
||||
(string-append directory "old/" base))))
|
||||
(sha256
|
||||
(base32 "1z6zjydk3d04akv1zc8kcz8kgg5fdy8drcwwv30rj9ldh59kqi37"))))
|
||||
(base32 "0vwddhmr9n21q4yhkcz6iakkff91hvjcfzhg84zvf1ap30xx09hk"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue