mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: freecad: Update to 0.18.5
* gnu/packages/engineering.scm (freecad): Update to 0.18.5 Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
50c24bbd4f
commit
383f087cd7
1 changed files with 2 additions and 2 deletions
|
@ -2434,7 +2434,7 @@ (define-public openscad
|
|||
(define-public freecad
|
||||
(package
|
||||
(name "freecad")
|
||||
(version "0.18.4")
|
||||
(version "0.18.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2453,7 +2453,7 @@ (define-public freecad
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"170hk1kgrvsddrwykp24wyj0cha78zzmzbf50gn98x7ngqqs395s"))))
|
||||
"0r31jzzkamf76l19fb175hhv48irk06fpi8ldxdlr31w8c1ix4aa"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
|
|
Loading…
Reference in a new issue